We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306dc00 commit a747200Copy full SHA for a747200
1 file changed
README.md
@@ -26,7 +26,7 @@ Install release dependencies:
26
27
In order to release a new version of this project
28
29
- Update the version number in lib/Debug/Client.pm
+ Update the version number in lib/Debug/Client.pm and in README.md
30
Update the Changes file
31
32
perl Makefile.PL
@@ -37,7 +37,7 @@ In order to release a new version of this project
37
38
Tag the version in git with the appropriate version number:
39
40
- git -a v0.32 -m v0.32
+ git tag -a v0.33 -m v0.33
41
git push --tags
42
43
0 commit comments