Skip to content

Commit

Permalink
Add notes about releasing, increment setup cfg release
Browse files Browse the repository at this point in the history
  • Loading branch information
norkator committed Jul 3, 2021
1 parent 43bccc4 commit 10a6da5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Table of contents
* [Python sample](#python-sample)
* [Arduino code](#arduino-code)
* [Sketch](#sketch)
* [Releasing](#releasing)



Expand Down Expand Up @@ -253,3 +253,10 @@ Custom part sources
* [LM2596 Step Down Module](https://forum.fritzing.org/uploads/default/original/2X/8/876018ce35bcc333dd7083f3bbbc5dcc86a9fb20.fzpz)
* [PC817 Opto-isolator](https://github.com/RafaGS/Fritzing/blob/master/Sharp%20PC817.fzpz)
* [HC-SR04 Sonar](https://fritzing-data.s3.eu-central-1.amazonaws.com/0ec82cd976950bb5439acdd825c9c8c1.fzpz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2HCNQME5J5JNR5LX%2F20210612%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Date=20210612T133948Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&X-Amz-Signature=368c32cdbce2a5ce10266e8599b724db47e37fa24c7fefffe923d4e05937c0f1)


Releasing
============
```diff
- Remember to increment setup.cfg version before release tag!
```
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nx100-remote-control
version = 1.0.1
version = 1.0.2
author = norkator
author_email = [email protected]
description = Motoman NX100 remote control ability research library
Expand Down

0 comments on commit 10a6da5

Please sign in to comment.