Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandPhilippot committed Jun 19, 2021
1 parent a3c6751 commit f3091dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 0.1.0 (2021-06-19)


### Bug Fixes

* **git init:** set uptstream if not set ([8281d14](https://github.com/ArmandPhilippot/dotig/commit/8281d14ad5951c407e04ce87cdac6ba9b5ece0e3))
* add staged modified files to staged files count ([331f8db](https://github.com/ArmandPhilippot/dotig/commit/331f8db3c43625fee7d6e52230491276f8d3f0e6))
* avoid stopping script if there are no release ([183f82d](https://github.com/ArmandPhilippot/dotig/commit/183f82dcb20126bc4d871647dd79e5f515ded7b3))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/ArmandPhilippot/dotig/issues"
},
"scripts": {
"bump": "replace-in-files --regex='DOTIG_VERSION=\"\\d+\\.\\d+\\.\\d+\"' --replacement=DOTIG_VERSION=\"$npm_package_version\" dotig.sh",
"bump": "replace-in-files --regex='DOTIG_VERSION=\"\\d+\\.\\d+\\.\\d+\"' --replacement='DOTIG_VERSION=\"'$npm_package_version'\"' dotig.sh",
"release": "standard-version -a"
},
"devDependencies": {
Expand Down

0 comments on commit f3091dd

Please sign in to comment.