Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: create new release command #140

Open
fzipi opened this issue Mar 21, 2024 · 0 comments
Open

Feature: create new release command #140

fzipi opened this issue Mar 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fzipi
Copy link
Member

fzipi commented Mar 21, 2024

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:

  1. Create branch for release. Call it release/$version
  2. Update the copyright year and version in files
  3. Git add/commit the files?
  4. Create new PR with the branch? Add label +release
  5. Create a new branch for post-release. Call it post-release/$next-minor-version"-dev".
  6. Update the copyright year and version in files for the post release version
  7. Git add/commit the files?
  8. Create new PR with the branch? Add label +post-release
@fzipi fzipi added the enhancement New feature or request label Mar 21, 2024
@fzipi fzipi self-assigned this Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant