This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
Automate release process #1027
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: process
A process-related concern. May include testing, release, or the like.
Milestone
Description
Evaluate release-please bot vs. ad-hoc implementation to automate the release of the Sandbox versions.
Requirements
The release process should be automatically triggered on event of the tag placement. For the current version X.Y.Z, it should support both, a new version release i.e. X.Y.(Z+1) for fixes only and X.(Y+1).0 for features and fixes and a patch of the previous release i.e. X.(Y-1).(Z'+1) where X.(Y-1).Z' is the last version of the previous release.
The main branch should be synchronized with the latest version of the new release.
Each release has to have a dedicated branch which should be always up to date with the latest version for that release.
Additional operations such as updating
provisioning/version.txt
and version numbers in README.md files that are used for the walkthrough URL should be updated as well.The text was updated successfully, but these errors were encountered: