Generated API documentation is available on pkg.go.dev.
The release log is managed via GitHub.
Bugs go to JIRA.
- Update documentation if necessary.
- Bump
VERSIONfile, commit, push (or pull request). - Go to a new GitHub release draft. Use "Generate release notes" to create a list of changes. Write a short summary at the top.
- Go to your local clone of
alidist, ensure that the branch ismasterand that it's up to date. Then branch out intoaliecs-bump(git branch aliecs-bump). - Bump the version in
control.sh,control-core.sh,control-occplugin.shandcoconut.sh. Commit and push toorigin/aliecs-bump(git push -u origin aliecs-bump). - Submit pull request with the above to
alisw/alidist.
- Update documentation if necessary.
- If the patch release should NOT be based on master:
- Checkout the tag which the patch release should be based on, e.g.
git checkout v1.34.0 - Create a branch called
branch_<planned_tag>, e.g.git checkout -b branch_v1.34.1. - Cherry-pick desired commits
- Bump
VERSIONfile, commit, push (or pull request). - Go to a new GitHub release draft. Use "Generate release notes" to create a list of changes. Write a short summary at the top.
- Go to your local clone of
alidist, ensure that the branch ismasterand that it's up to date. Then branch out intoaliecs-bump(git branch aliecs-bump). - Bump the version in
control.sh,control-core.sh,control-occplugin.shandcoconut.sh. Commit and push toorigin/aliecs-bump(git push -u origin aliecs-bump). - Submit pull request with the above to
alisw/alidist.