File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ if (argv.prettyPrint) {
62
62
63
63
const groupBy = argv . groupBy === 'scope' ? 'scope' : 'type' ;
64
64
65
- const tags = shortCut . getTagsOrderedByDate ( ) . split ( '\n' ) . filter ( t => t !== '' ) . reverse ( ) ;
65
+ const tags = shortCut . getTagsOrderedByDate ( ) . split ( '\n' ) . filter ( t => t !== '' ) ;
66
66
67
67
const getFromTag = ( tagNumber ) => tags [ + tagNumber ] ;
68
68
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arianee/gitool" ,
3
- "version" : " 1.22 .0" ,
3
+ "version" : " 1.24 .0" ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " jest" ,
8
- "prepublishOnly " : " npm test && npm version minor --no-git-tag-version && node index.js -pao =changelog.md --pn=ProjectName --v=1.23.2 && git push "
8
+ "postversion " : " node index.js -po =changelog.md --pn=gitool --v=1.25.0 "
9
9
},
10
10
"bin" : {
11
11
"gitool" : " index.js" ,
You can’t perform that action at this time.
0 commit comments