Skip to content

Commit

Permalink
Fixed typo in release checklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Jan 25, 2019
1 parent b9a822f commit c85723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasechecklist.md
Expand Up @@ -2,7 +2,7 @@

1. Double check documentation is up to date.
2. Validate entry in CHANGELOG.md
4. Run `sbt ';+clean;+test;+package`
4. Run `sbt ';+clean;+test;+package'`
5. Push changes, e.g.`git commit -m 'Releasing 4.x.x'`
6. Set tag `git tag v4.x.x`
6. Optionally test signed publishing with `./crossrelease.sh publishLocalSigned`
Expand Down

0 comments on commit c85723c

Please sign in to comment.