-
-
Notifications
You must be signed in to change notification settings - Fork 41
Home
Arun Prakash Jana edited this page Feb 20, 2026
·
5 revisions
- Fetch the latest code (
git pull --rebase) - Ensure all tests are passing (
pytest test.py). - Update program help in
README.md. - Update program version in
bcal.c. - Update date and version in the
bcal.1. - Update
CHANGELOG. - Commit the changes with commit message -
Prepare for release vX.Y. - Create signed tag and push to GitHub (
git tag -s vX.Y). - Confirm that CI completes successfully.
- Create a GitHub release and populate the release notes from
CHANGELOG.