- Create a branch off
mainusing the following convention:
git checkout -b 3.1.0-release- On the new branch, update CHANGELOG.md with any changes in this release and metadata.json with the new version number.
- Commit these changes
- Tag the new branch with the new version number
git tag -a 3.1.0 -m "3.1.0"- Push your changes to origin for PR review and merge
git push origin 3.1.0-release --follow-tags- Run the "Publish module" GitHub Action to publish the new version to the forge.