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
Create commit with name in the format of v{major}.{minor}.{patch}. If commit checks prevent you from commiting to main append SKIP=no-commit-to-branch to the beginning of your commit command (e.g. SKIP=no-commit-to-branch git commit -m "v1.0.0")
Push commit
Observe Actions Workflow (Deploy with Argo CD to Staging should run)
Check staging site to make sure update progressed as planned
Draft new release. Create a new tag with your version v{major}.{minor}.{patch}. Update release notes with what was added to the Changelog. Make sure target is set to main.
main
make test
make serve
and keep running, in another tab/window runyarn run test:e2e:ui
v{major}.{minor}.{patch}
. If commit checks prevent you from commiting to main appendSKIP=no-commit-to-branch
to the beginning of your commit command (e.g.SKIP=no-commit-to-branch git commit -m "v1.0.0"
)v{major}.{minor}.{patch}
. Update release notes with what was added to the Changelog. Make sure target is set tomain
.The text was updated successfully, but these errors were encountered: