Skip to content

Commit

Permalink
chore: skip merge commit from changelog (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Oct 23, 2020
1 parent 279229a commit 34848ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -235,7 +235,7 @@ jobs:
- name: Merge
id: merge
run: |
git merge --no-ff -m 'chore(release): merge (${{ github.sha }}) [skip release]' ${{ github.sha }}
git merge --no-ff -m 'skip: merge (${{ github.sha }}) [skip release]' ${{ github.sha }}
commit=$(git rev-parse HEAD)
echo "::set-output name=commit::${commit}"
Expand Down
8 changes: 8 additions & 0 deletions .releaserc
Expand Up @@ -28,6 +28,10 @@
{
"type": "build",
"release": "patch"
},
{
"type": "skip",
"release": false
}
]
},
Expand Down Expand Up @@ -81,6 +85,10 @@
{
"type": "ci",
"section": "Continuous Integration"
},
{
"type": "skip",
"hidden": true
}
]
}
Expand Down

0 comments on commit 34848ee

Please sign in to comment.