You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #943 the immutable profiles model requires granular versioning so we need to setup a way to work on the next-version (e.g. a branch or using main/tags or etc)
The text was updated successfully, but these errors were encountered:
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
roll
linked a pull request
Oct 22, 2024
that will
close
this issue
Overview
As mentioned in #943 the immutable profiles model requires granular versioning so we need to setup a way to work on the
next-version
(e.g. a branch or using main/tags or etc)The text was updated successfully, but these errors were encountered: