Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
add instructions to release new version; change version
Browse files Browse the repository at this point in the history
  • Loading branch information
iluxa committed Mar 12, 2020
1 parent 6aa0416 commit deee66a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion driver/Readme.md
@@ -1,5 +1,14 @@
# TimeSwipe Library

### Release new driver version

- Update version number in [version](version) file
- execute commands:
```
git tag v`cat version`
git push origin v`cat version`
```

### Build package for Arch
docker image timeswipe:arch should be available created by command:
```
Expand Down Expand Up @@ -127,4 +136,4 @@ make
```

### Python3 driver wrapper:
[README.md](python3/README.md)
[README.md](https://github.com/panda-official/TimeSwipe.js/README.md)
2 changes: 1 addition & 1 deletion driver/version
@@ -1 +1 @@
0.0.7
0.0.8

0 comments on commit deee66a

Please sign in to comment.