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

Automate version update on main after release #1711

Open
ClaudiaComito opened this issue Nov 5, 2024 · 0 comments
Open

Automate version update on main after release #1711

ClaudiaComito opened this issue Nov 5, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers workflows
Milestone

Comments

@ClaudiaComito
Copy link
Contributor

After a new release comes out, unless it's a patch release, minor in version.py needs to be bumped up on main, i.e. (from RELEASE.md):


  1. On branch main, we want to modify the version so that minor is increased by 1, and extension is "dev". In this example we want the version on main to be:1.6.0-dev. We need to create a new branch from main:

    git checkout main
    git pull
    git checkout -b workflows/update-version-main
    git branch

    On branch workflows/update-version-main, modify version.py so that minor is increased by 1, and extension is "dev". Commit and push the changes.

  2. Create a PR with main as the base branch.


We forget about this step most times.

@ClaudiaComito ClaudiaComito added enhancement New feature or request workflows labels Nov 5, 2024
@ClaudiaComito ClaudiaComito added this to the 1.5.1 milestone Nov 5, 2024
@ClaudiaComito ClaudiaComito added the good first issue Good for newcomers label Nov 5, 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 good first issue Good for newcomers workflows
Projects
Status: Backlog
Development

No branches or pull requests

1 participant