Skip to content

Commit

Permalink
Better tag names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark M. Evans committed Oct 21, 2015
1 parent 334cc20 commit 0bc53d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RIPTIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Create an internal version by:

1. Edit `pymodbus/version.py` modifying the `pre=`
argument to `Version` to be a Riptide IO release candidate
("rc93101" being riptide rc1, "rc93012" being riptide rc2,
("rc93101" being riptide rc1, "rc93102" being riptide rc2,
etc. That way our rc always "wins" the version comparison.)
2. Commit the changes.
3. Create an annotated tag:

git tag -a -m "Riptide release-candidate 1: rc93101" rc93101
git tag -a -m "v1.3.0rc931XX" v1.3.0rc931XX # Where XX is the RC #

4. Push the changes, including the annotated tags:

Expand Down

0 comments on commit 0bc53d5

Please sign in to comment.