Skip to content

Commit

Permalink
build: 📦 push changes in root CHANGELOG.md to git on release
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 15, 2020
1 parent de836ac commit cffee3c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [1.2.0](https://github.com/folke/devmoji/compare/v1.1.1...v1.2.0) (2020-01-15)


### Bug Fixes

* **cli:** 🐛 all output now honors --no-color ([a44e628](https://github.com/folke/devmoji/commit/a44e6280510869e00a10552026839139dab0262b))


### Features

* **config:** ✨ ⚙ ➕ devmojis for config, add, remove ([faa3aac](https://github.com/folke/devmoji/commit/faa3aacc05cccb212da84459321453b91414dffe))

## [1.1.1](https://github.com/folke/devmoji/compare/v1.1.0...v1.1.1) (2020-01-15)


Expand Down
7 changes: 6 additions & 1 deletion packages/devmoji/release.config.js
Expand Up @@ -4,6 +4,11 @@ module.exports = {
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
[
"@semantic-release/git",
{
assets: [["CHANGELOG.md", "package.json", "../../CHANGELOG.md"]],
},
],
],
}

0 comments on commit cffee3c

Please sign in to comment.