File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Notes for new version creating.
2+
3+ 1. create new branch v?-build by git command line statements (localy)
4+ replace ? by appropriate number
5+ - git switch --orphan v?-build
6+ - git commit --allow-empty -m 'Initial commit'
7+ - git push
8+
9+ 2. modify following files and submit it to repository
10+ replace ? by appropriate number
11+ - release.py on line VALID_VERSION_SERIES = ("v0", "v1", ) add new versions to the list
12+ - .github/workflows/build_test_release.yml change line ./release.py v?
13+ submit these changes, it create new version in repository
14+
15+ 3. create and submit all changes which is necessary
16+ don't forgot update readme.md
17+
18+ for regular development repeat step 3. (no version change)
19+ if you decide to create new version then start with step 1. and 2. and continue with step 3.
You can’t perform that action at this time.
0 commit comments