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
. add the tag (on develop branch) with git tag v<new-conny-version> (e.g. git tag v1.4.6) changelog changelog text, including new commits from one to another version, can be automatically generated using the scrips/changelogger.py script. You have to update the two ref1 & ref2 variables in main method with old & new git tags. you want to release a new version from v1." to v1."then you have to set ref1 = "v1." and ref2 = "v1." run python scripts/changelogger.py > CHANGELOG.md, storing the new change Create a PR from develop to master, putting the changelog text as description and wait for someone to approve it. Push new. Run docker to build DOCKER_CONTENT_TRUST=1 docker image push securesystemsengin<new-version to push and sign it. You'll need the private key. branch run git merge develop to merge develop in. run git push and git push release on Github should be created. you have to enter new tag version
#1
Open
blackred42 opened this issue
Mar 7, 2022
· 0 comments
No description provided.
The text was updated successfully, but these errors were encountered: