Releases: rymndhng/release-on-push-action
Releases · rymndhng/release-on-push-action
v0.28.0
Version 0.28.0
Commits
- [aebba2b] feat: add upload-url to outputs (#84)
- [3cee24c] Document the permissions needed for this action (#85)
v0.27.0
Version 0.27.0
Commits
- [8e3c8b4] fix: Use pulls API instead of Github Search (#81)
- [5c2a2ea] chore: Cleanup actions & readme (#80)
v0.26.0
Version 0.26.0
Commits
- [4d8239a] Fix integration test
- [3216133] bump clj-kondo
- [02d233a] fix(core): Write to GITHUB_OUTPUT instead of printing ::set-output
- [fca70ee] Switch to direnv
- [b1c88e9] Bump babashka version from 0.6.1 to 1.0.164
- [bc45f1c] Update FAQ on permissions (#72)
v0.25.0
Version 0.25.0
Commits
- [177dbe7] Expose --dry-run via
input.dry_run
(#71)
- [12ca02e] ci: Update test event_trigger from push to pull_request (#68)
v0.24.0
Version 0.24.0
Commits
- [ae59f5c] feat(release): Add Release Name customization (#67)
v0.23.1
Version 0.23.1
Commits
- [c2d9dfa] fix(summary): Resolve base-commit using the git tag's sha
v0.23.0
This version supports Github's Generate Release Notes!
What's Changed
- Rewrite Integration Tests using clojure.test and project fixtures. by @rymndhng in #61
- feat(summary): Add support for Github's Generate Release Notes by @rymndhng in #63
Full Changelog: v0.22.0...v0.23.0
v0.22.0
Version 0.22.0
Commits
- [4949747] Fix format of releases API using GITHUB_API_URL (#60)
- [2d0b456] Resolve API URL using environment variable GITHUB_API_URL (#58)
- [1a5d7aa] Upgrade babashka to 0.6.1 (#59)
v0.21.1
Version 0.21.1
Commits
- [b064110] Add docs for
max_commits
(#54)
- [6e0a3b0] Allow configuring max_commits in actions.yml (#53)
v0.21.0
Version 0.21.0
Commits
- [ebcb13a] Decrease max number of commits from 500 to 50 (#52)