Skip to content

Commit 19014ce

Browse files
committed
chore(ci): specify tag format in config
1 parent 70b9897 commit 19014ce

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: CI
22

3-
on: [push, pull_request]
4-
3+
on:
4+
pull_request:
5+
push:
6+
branches-ignore:
7+
- master
58
jobs:
69
tests:
710
runs-on: ubuntu-latest

.releaserc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2+
"tagFormat": "${version}",
23
"branches": ["master"],
34
"plugins": [
45
["@semantic-release/commit-analyzer", {
56
"preset": "conventionalcommits"
67
}],
7-
"@semantic-release/release-notes-generator", "@semantic-release/github"]
8+
"@semantic-release/release-notes-generator",
9+
"@semantic-release/github"
10+
]
811
}

0 commit comments

Comments
 (0)