Skip to content

Commit

Permalink
release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Feb 22, 2021
1 parent ba50c7c commit e1dd757
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Source code of Test::Class Perl module

For documentation see [Test::Class](https://metacpan.org/pod/Test::Class) on MetaCPAN.

## Release process

* Update VERSION number in every .pm file in lib/
* Update the Changes file.

```
perl Makefile.PL
make
make test
(TODO RELEASE_TESTING=1 prove xt/ )
make dist
```

```
git tags -a x.xx -m x.xx
git push --tags
```

0 comments on commit e1dd757

Please sign in to comment.