Skip to content

Releases: rymndhng/release-on-push-action

v0.28.0

07 Apr 22:09
aebba2b
Compare
Choose a tag to compare

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

25 Oct 06:13
8e3c8b4
Compare
Choose a tag to compare

Version 0.27.0

Commits

  • [8e3c8b4] fix: Use pulls API instead of Github Search (#81)
  • [5c2a2ea] chore: Cleanup actions & readme (#80)

v0.26.0

25 Oct 05:28
Compare
Choose a tag to compare

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

15 Apr 17:10
177dbe7
Compare
Choose a tag to compare

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

16 Nov 08:03
ae59f5c
Compare
Choose a tag to compare

Version 0.24.0

Commits

  • [ae59f5c] feat(release): Add Release Name customization (#67)

v0.23.1

15 Nov 06:41
c76a55d
Compare
Choose a tag to compare

Version 0.23.1

Commits

  • [c2d9dfa] fix(summary): Resolve base-commit using the git tag's sha

v0.23.0

29 Oct 05:50
Compare
Choose a tag to compare

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

17 Sep 17:37
4949747
Compare
Choose a tag to compare

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

24 Aug 05:23
b064110
Compare
Choose a tag to compare

Version 0.21.1

Commits

  • [b064110] Add docs for max_commits (#54)
  • [6e0a3b0] Allow configuring max_commits in actions.yml (#53)

v0.21.0

10 Aug 16:29
ebcb13a
Compare
Choose a tag to compare

Version 0.21.0

Commits

  • [ebcb13a] Decrease max number of commits from 500 to 50 (#52)