Skip to content

Commit a747200

Browse files
committed
small improvement to the release notes of the README
1 parent 306dc00 commit a747200

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Install release dependencies:
2626

2727
In order to release a new version of this project
2828

29-
Update the version number in lib/Debug/Client.pm
29+
Update the version number in lib/Debug/Client.pm and in README.md
3030
Update the Changes file
3131

3232
perl Makefile.PL
@@ -37,7 +37,7 @@ In order to release a new version of this project
3737

3838
Tag the version in git with the appropriate version number:
3939

40-
git -a v0.32 -m v0.32
40+
git tag -a v0.33 -m v0.33
4141
git push --tags
4242

4343

0 commit comments

Comments
 (0)