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

✨ Add standard nox task(s) for preparing a release #135

Closed
Nicoretti opened this issue Feb 13, 2024 · 2 comments · Fixed by #134
Closed

✨ Add standard nox task(s) for preparing a release #135

Nicoretti opened this issue Feb 13, 2024 · 2 comments · Fixed by #134
Assignees
Labels
feature Product feature

Comments

@Nicoretti
Copy link
Member

Nicoretti commented Feb 13, 2024

Summary

To simplify preparing a release, we want to have an automated task in nox which takes care of the relevant changes.

Details

Add a nox task named prepare-release which takes care of all common and error prone task regarding preparing a release:

  • Updated version numbers
  • Updated the changelog
  • Create a commit and/or PR for the changes

Out of scope

  • Updated workflow templates (not automated yet)
    (should be added in the future though)
@Nicoretti Nicoretti added the feature Product feature label Feb 13, 2024
@Nicoretti Nicoretti linked a pull request Feb 13, 2024 that will close this issue
7 tasks
@Nicoretti Nicoretti self-assigned this Feb 13, 2024
@Nicoretti
Copy link
Member Author

Nicoretti commented Feb 14, 2024

Notes and additions mentioned by @tkilias:

  1. Release should run in CI, except in certain exceptions or edge cases
  2. The release task should check if it is running in the CI
  3. If a user wants to run the Release locally, he need force this via an option
  4. As a user, I would like to trigger a release in the CI via CLI

@pj-spoelders
Copy link

Will be picked up next kehrwoche

@Nicoretti Nicoretti changed the title ✨ Add standard nox task(s) for creating a release ✨ Add standard nox task(s) for preparing a release Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants