Skip to content

Commit 72d1660

Browse files
committed
add newver.txt file with notes how to create new version
1 parent 1096998 commit 72d1660

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

newver.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

0 commit comments

Comments
 (0)