Skip to content

Commit

Permalink
removed publish info from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemi committed Dec 5, 2024
1 parent 8879bba commit f7aca39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions c_python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,3 @@ Reference to cite when you use any of the presented algorithms in a research pap
year = {2023}
}
```

## How to publish a new version
- Run `git checkout main` and `git pull` to be sure, all updates are fetched
- Edit version number in `c_python/src/vc_flas/__init__.py` to `x.y.z`
- Run `git add -A`, `git commit -m 'vx.y.z'` and `git tag -a vx.y.z -m 'vx.y.z'`
- Run `git push` and `git push origin --tags`
5 changes: 5 additions & 0 deletions c_python/info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## How to publish a new version
- Run `git checkout main` and `git pull` to be sure, all updates are fetched
- Edit version number in `c_python/src/vc_flas/__init__.py` to `x.y.z`
- Run `git add -A`, `git commit -m 'vx.y.z'` and `git tag -a vx.y.z -m 'vx.y.z'`
- Run `git push` and `git push origin --tags`

0 comments on commit f7aca39

Please sign in to comment.