We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b9897 commit 19014ceCopy full SHA for 19014ce
.github/workflows/main.yml
@@ -1,7 +1,10 @@
1
name: CI
2
3
-on: [push, pull_request]
4
-
+on:
+ pull_request:
5
+ push:
6
+ branches-ignore:
7
+ - master
8
jobs:
9
tests:
10
runs-on: ubuntu-latest
.releaserc.json
@@ -1,8 +1,11 @@
{
+ "tagFormat": "${version}",
"branches": ["master"],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "conventionalcommits"
}],
- "@semantic-release/release-notes-generator", "@semantic-release/github"]
+ "@semantic-release/release-notes-generator",
+ "@semantic-release/github"
+ ]
11
}
0 commit comments