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

Extend Rancher Release CLI to be able to Tag a Rancher Release #293

Closed
briandowns opened this issue Oct 30, 2023 · 1 comment · Fixed by #315
Closed

Extend Rancher Release CLI to be able to Tag a Rancher Release #293

briandowns opened this issue Oct 30, 2023 · 1 comment · Fixed by #315

Comments

@briandowns
Copy link
Contributor

Will need additonal safety checks.

@briandowns
Copy link
Contributor Author

Example:

rancher_cli tag -b dev-v2.8 -t v2.8.1

Checks:

  • Make sure the user is not on a fork
  • Verify the format of the given tag
  • Verify the branch

@tashima42 tashima42 self-assigned this Nov 28, 2023
tashima42 added a commit that referenced this issue Nov 30, 2023
* add rancher tag release command

* add release body generation with rancher/rancher

* add documentation

* fix import

* fix pull

* move types to top

* add tests

* remove components file

* remove unued struct run component files args

---------

Co-authored-by: Pedro Tashima <[email protected]>
tashima42 added a commit to tashima42/ecm-distro-tools that referenced this issue Dec 19, 2023
* add rancher tag release command

* add release body generation with rancher/rancher

* add documentation

* fix import

* fix pull

* move types to top

* add tests

* remove components file

* remove unued struct run component files args

---------

Co-authored-by: Pedro Tashima <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants