kentfredric (owner)

Revisions

gist: 227848 Download_button fork
public
Public Clone URL: git://gist.github.com/227848.git
Embed All Files: show embed
Bash #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
dzil changelog init
# created ./changedb.sqlite
# injected changedb.sqlite into MANIFEST.SKIP
# injected [ModuleChanges] into dist.ini
dzil changelog import --parser=Freeform
# Populated changedb.sql from ./Changes
EDITOR=vim dzil changelog add
# insert a changelog entry
dzil changelog add -m 'Some message that can also go in Git'
rm ./Changes
dzil build
# generated temporary-release-changegroup ${VERSION}
# generated changelog ~/Dist-Name-${VERSION}/Changes
dzil release
# generated temporary-release-changegroup ${VERSION}
# generated changelog ~/Dist-Name-${VERSION}/Changes
# uploaded Dist-Name-${VERSION} to CPAN
# fixated temporary-release-changegroup ${VERSION} as Dist-Name-${VERSION}