Skip to content

Commit

Permalink
chore: update package json with semantic releases (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
snapsnapturtle committed Jul 21, 2021
1 parent 09cc82e commit a0c8550
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
name: Changelog
route: /changelog
cardHeadline: Changelog
cardSubHeadline: Keep up to date with the latest releases of @freenow/wave
---

## [1.13.0](https://github.com/freenowtech/wave/compare/v1.12.0...v1.13.0) (2021-07-21)


Expand Down Expand Up @@ -26,6 +33,7 @@

* add placeholder for the select component ([#150](https://github.com/freenowtech/wave/issues/150)) ([9c37f54](https://github.com/freenowtech/wave/commit/9c37f54bddfbd18e0316d0b79036c93732c66428))


## [1.9.0](https://github.com/freenowtech/wave/compare/v1.8.1...v1.9.0) (2021-07-08)


Expand Down
11 changes: 9 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,23 @@ module.exports = {
[
'@semantic-release/changelog',
{
changelogTitle:
'---\n' +
'name: Changelog\n' +
'route: /changelog\n' +
'cardHeadline: Changelog\n' +
'cardSubHeadline: Keep up to date with the latest releases of @freenow/wave\n' +
'---',
changelogFile: 'docs/changelog.mdx'
}
],
'@semantic-release/npm',
[
'@semantic-release/git',
{
assets: ['docs/changelog.mdx']
assets: ['docs/changelog.mdx', 'package.json', 'package-lock.json']
}
],
'@semantic-release/npm',
'@semantic-release/github'
]
};

0 comments on commit a0c8550

Please sign in to comment.