You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Highlights section for major improvements/changes
Added, Removed, Changed, Fixed as necessary
If relevant, add corresponding PRs to the changes
Open a PR from the release branch, go through review and merge
If there is changes on the release branch that should not go to
master, you create a second branch release-<major>.<minor>-master
on master and cherry-pick all relevant commits from the release
branch. Open a pull request with that branch, go through review
and push changes back to the release branch.
Verify that the final version of the release branch is green
Create release tag (v<major>.<minor>) on the release branch and
push
release-<major>.<minor>
).start
script andthe README, add to the
CHANGELOG
if it changed.
release, by cherry-picking reverts (or by manually deleting the
feature).
CHANGELOG
by going through all pull requests since lastrelease (https://github.com/tweag/rules_haskell/pulls?q=is%3Apr).
Added
,Removed
,Changed
,Fixed
as necessarymaster, you create a second branch
release-<major>.<minor>-master
on master and cherry-pick all relevant commits from the release
branch. Open a pull request with that branch, go through review
and push changes back to the release branch.
v<major>.<minor>
) on the release branch andpush
page
v<major>.<minor>
rules_haskell
version in start script to new release tag,test it in a temporary directory, create PR against master
the
release
branch.script (netlify has problems sometimes).
The text was updated successfully, but these errors were encountered: