Releases: clarafu/release-me
Releases · clarafu/release-me
v1.8.0
v1.7.1
- Fixes the precedence of labels so that the
misc
label takes higher precedence thanbug
orenhancement
labels. This makes more sense with common cases such as a PR that is a bug fix for an unreleased feature. We would expect that PR to be placed in themisc
section rather than thebug
section.
v1.7.0
v1.6.0
- Added new
release-version
required flag for thegenerate
command. It is used to figure out where to start fetching pull requests for the generated release note. If the version passed into therelease-version
flag is a major/minor version, it will fetch starting from the last released major/minor version. If the version passed is a patch version, it will fetch starting from the last release regardless of if it was a major/minor/patch. As a result, this means that the release note generated for any major/minor versions will include the pull requests that were released as a part of previous patch versions.
v1.5.0
- Revert sub section changes, refer to this comment to know why.
- Renamed
No Impact
section toMiscellaneous
, meaning it no longer accepts the labelrelease/no-impact
and is now replaced withmisc
v1.4.0
- Added sub sections to the
No Impact
section within the release note generation- These sub sections include
refactor
,testing
,dependencies
andinternal
. A pr is put into that subsection through the corresponding label. PRs can still be put into the generalNo Impact
section with therelease/no-impact
label.
- These sub sections include
v1.3.0
v1.2.0
v1.1.0
v1.0.0
- Added
generate
command that will construct a release note using all the pull requests merged after the latest release of your repository - Added
validate
command that will check to see if the pull request has the appropriate labels for creating a release note