Skip to content

Commit 848a4e4

Browse files
authored
Merge pull request #3 from metacontroller/semrel
fix(release): Setup release action
2 parents 0041d8d + a769306 commit 848a4e4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/release.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: release
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
jobs:
8+
release:
9+
runs-on: ubuntu-22.04
10+
steps:
11+
- uses: actions/checkout@master
12+
- uses: go-semantic-release/action@v1
13+
with:
14+
github-token: ${{ secrets.PAT_TOKEN }}
15+
changelog-file: "CHANGELOG.md"

CHANGELOG.md

Whitespace-only changes.

0 commit comments

Comments
 (0)