Skip to content

Closes #6: Update version and branch - #11

Open
rahulsamant37 wants to merge 2 commits into
medic:medic-conf-1.5from
rahulsamant37:update-version-and-branch
Open

Closes #6: Update version and branch#11
rahulsamant37 wants to merge 2 commits into
medic:medic-conf-1.5from
rahulsamant37:update-version-and-branch

Conversation

@rahulsamant37

Copy link
Copy Markdown

This PR updates our version management and release process:

Changes:

  • Standardize CHANGES.txt format to match our usual release notes style
  • Add GitHub Release workflow for automated releases
  • Add version tagging instructions to README
  • Prepare for automated releases via GitHub Actions

After merging:

  1. The default branch should be set to master in repository settings
  2. Create a new tag for the current version:
git tag -a v0.9.24 -m "Release version 0.9.24"
git push origin v0.9.24
  1. Future releases will be automated when tags are pushed

- Add GitHub Actions workflow configuration
- Update CI badge in README
- Remove Travis CI configuration
Closes medic#6

- Standardize CHANGES.txt format
- Add GitHub Release workflow
- Add version tagging instructions to README
- Prepare for automated releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant