Nightingale Play
Release notes
Generate draft release notes from git history:
bundle exec rake release:notes VERSION=0.1.1
Write the generated notes into CHANGELOG.md under Unreleased:
bundle exec rake release:changelog VERSION=0.1.1
Both tasks use the latest git tag as the starting point. If no tag exists yet, they use the full history. You can override the range with FROM=<ref> and TO=<ref>.
Pushing a v* tag also triggers GitHub Actions to build the gem packages, create a GitHub Release, and attach the generated .gem files as release assets.