Skip to content

Releases: emanguy/feature-branch-bot

Feature Branch Bot v1.0.1

12 Oct 19:47
fc7a64b
Compare
Choose a tag to compare

A new version of the Feature Branch Bot has been released!

Thank you to the following people for contributing to this release: @emanguy

The standalone executable JAR for this bot can be downloaded below. For the docker
image for this version, check the repository's packages. Be sure to check
the README_CONFIG.md file to see how to configure the bot.

Here's what changed:

New features & enhancements

  • Update docker release task to push to container registry (#10) @emanguy

Feature Branch Bot v1.0.0

11 Oct 20:54
e78858e
Compare
Choose a tag to compare

A new version of the Feature Branch Bot has been released!

Thank you to the following people for contributing to this release: @emanguy

The standalone executable JAR for this bot can be downloaded below. For the docker
image for this version, check the repository's packages. Be sure to check
the README_CONFIG.md file to see how to configure the bot.

Here's what changed:

New features & enhancements

  • Add GitHub Actions to do release drafting and artifact publishing (#4) @emanguy
  • Add docker (#3) @emanguy
  • Add and configure the shadow JAR plugin for executable JAR files (#2) @emanguy

Bug Fixes

  • Update arguments for artifact publishing process (#7) @emanguy
  • Fix artifact build trigger (#6) @emanguy
  • Fix a typo in the release template (#5) @emanguy