-
Notifications
You must be signed in to change notification settings - Fork 0
_scripts_release_README
devlinjunker edited this page Apr 5, 2021
·
5 revisions
These script files are used during the release actions to perform certain steps or error if conditions aren't met
- NOTE: This is stored in a zip archive so the template will not contain files over 10MB
- Scripts and developers will need to unzip before use
- Binary file from https://github.com/idc101/git-mkver
- helps determine next semantic version using git tags
- Verifies that
release-
branch doesn't exist yet- checks if release branch already exists with next semantic version from git-mkver
- if so, this means
develop
has nofeature
commits since the last release version
- Performs upmerge from branch passed in ($1) into
develop
after release tag is created
- Updates the version information in all files in the repo (for now this is just README.md)
- Verifies that we are cutting patch branch from
release-*
ormain