Skip to content

Commit

Permalink
feat: try to get changelog right
Browse files Browse the repository at this point in the history
  • Loading branch information
biohazard999 committed Dec 14, 2022
1 parent 47dc511 commit ac2838a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
25 changes: 21 additions & 4 deletions CHANGELOG.md
@@ -1,16 +1,18 @@
## (2022-12-14)
## <small>0.0.12 (2022-12-14)</small>

* release: new version ABC ([47dc511](https://github.com/xenial-io/Xenial.RTool/commit/47dc511))



## (2022-12-14)
## <small>0.0.11 (2022-12-14)</small>

* release: new version ABC ([09e2025](https://github.com/xenial-io/Xenial.RTool/commit/09e2025))



## (2022-12-14)

## <small>0.0.10 (2022-12-14)</small>

* release: new version ABC ([637c31c](https://github.com/xenial-io/Xenial.RTool/commit/637c31c))



Expand Down Expand Up @@ -80,3 +82,18 @@



## (2022-12-14)




## (2022-12-14)




## (2022-12-14)




2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,6 +9,6 @@
"conventional-changelog-cli": "^2.2.2"
},
"scripts": {
"changelog": "conventional-changelog --tag-prefix v -i CHANGELOG.md --same-file"
"changelog": "conventional-changelog --tag-prefix v -i CHANGELOG.md --same-file -a"
}
}

0 comments on commit ac2838a

Please sign in to comment.