Skip to content

Commit

Permalink
chore(merge): merge dev into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianheljas committed Mar 21, 2021
2 parents f3ad5ec + 6547bfc commit b8bf953
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-red-contrib-zigbee2mqtt
# node-red-contrib-z2m

A collection on [Node-RED](https://nodered.org/) nodes interfacing with [Zigbee2MQTT](https://www.zigbee2mqtt.io/).

Expand Down
13 changes: 0 additions & 13 deletions docs/CHANGELOG.md

This file was deleted.

15 changes: 1 addition & 14 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,12 @@ module.exports = {
{
releaseRules: [
{ type: 'chore', scope: 'deps', release: 'patch' },
{ type: 'docs', scope: 'README', release: 'patch' },
{ type: 'docs', scope: 'readme', release: 'patch' },
{ scope: 'no-release', release: false },
],
},
],
'@semantic-release/release-notes-generator',
[
'@semantic-release/changelog',
{
changelogFile: 'docs/CHANGELOG.md',
},
],
[
'@semantic-release/git',
{
assets: ['package.json', 'docs/CHANGELOG.md'],
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
['@semantic-release/github', { assets: 'node-red-contrib-z2m-*.tgz' }],
['@semantic-release/npm', { tarballDir: '.' }],
],
Expand Down

0 comments on commit b8bf953

Please sign in to comment.