Guest User

Untitled

a guest
Apr 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. dzil changelog init
  2. # created ./changedb.sqlite
  3. # injected changedb.sqlite into MANIFEST.SKIP
  4. # injected [ModuleChanges] into dist.ini
  5. dzil changelog import --parser=Freeform
  6. # Populated changedb.sql from ./Changes
  7. EDITOR=vim dzil changelog add
  8. # insert a changelog entry
  9. dzil changelog add -m 'Some message that can also go in Git'
  10. rm ./Changes
  11. dzil build
  12. # generated temporary-release-changegroup ${VERSION}
  13. # generated changelog ~/Dist-Name-${VERSION}/Changes
  14. dzil release
  15. # generated temporary-release-changegroup ${VERSION}
  16. # generated changelog ~/Dist-Name-${VERSION}/Changes
  17. # uploaded Dist-Name-${VERSION} to CPAN
  18. # fixated temporary-release-changegroup ${VERSION} as Dist-Name-${VERSION}
Add Comment
Please, Sign In to add comment