-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
With the idea of automating most of the process for releasing, these steps from the release procedure might be easily automated:
Requirements
Example command: crs-toolchain release new -v v4.2.0
.
This will:
- Create branch for release. Call it
release/$version
- Update the copyright year and version in files
- Git add/commit the files?
- Create new PR with the branch? Add label
+release
- Create a new branch for post-release. Call it
post-release/$next-minor-version"-dev"
. - Update the copyright year and version in files for the post release version
- Git add/commit the files?
- Create new PR with the branch? Add label
+post-release
theseion
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request