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 updating process #976

Open
roll opened this issue Sep 17, 2024 · 1 comment
Open

Automate version updating process #976

roll opened this issue Sep 17, 2024 · 1 comment

Comments

@roll
Copy link
Member

roll commented Sep 17, 2024

See this PR - #975 - creating new profiles version required to change version numbers in many places manually. This process needs to be automated (e.g. using a version variable)

@peterdesmet
Copy link
Member

Agreed. In addition:

We should have a mechanism to separate minor corrections to the website (live immediately) from changes that are part of a new release. The easiest solution I can think of:

upcoming-version can be brought in sync by merging in main, but the reverse should only be done when we plan to release a new version. That could kick off a bunch of build scripts (preferably a python script triggered by a GitHub Action) that:

  • Create generated files
  • Update version numbers
  • Make a GitHub release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants