-
Notifications
You must be signed in to change notification settings - Fork 2
Issues: kantedal/connected-particles-webgl
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
. 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
opened Mar 7, 2022 by
blackred42
ProTip!
Follow long discussions with comments:>50.