Skip to content

Commit

Permalink
chore: fix changelog push
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityataparia committed Jun 4, 2019
1 parent d3f8a7b commit 56c87b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.0.1-rc3 (2019-06-04 17:08:15 +0900)
## 0.0.1 (2019-06-04 18:07:44 +0900)



## [0.0.1-rc3](https://github.com/sifrr/sifrr-dev/compare/v0.0.1-rc2...v0.0.1-rc3) (2019-06-04 07:55:59 +0000)


### Bug Fixes
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ add `.huskyrc` to your root folder
}
```

add `commitlint.config.js`
add `commitlint.config.js` to your root folder

```js
module.exports = {
Expand All @@ -61,9 +61,7 @@ module.exports = {

### Upload coverage to Coveralls

set `COVERALLS_REPO_TOKEN` environment variable
run tests with `lcov` reporter
Upload with this command:
set `COVERALLS_REPO_TOKEN` environment variable, run tests with `lcov` reporter, Upload with this command:

```sh
cat ./coverage/lcov.info | yarn coveralls
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const exec = require('../src/exec');
if (exists) return;
await require('../src/generatechangelog')();
await require('../src/gitaddcommitpush')({
files: ['misc/*'],
files: ['CHANGELOG.md'],
commitMsg: 'chore: update changelog'
});
await require('../src/releasetag')();
Expand Down

0 comments on commit 56c87b8

Please sign in to comment.