We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ef7e3 commit 325abe9Copy full SHA for 325abe9
.github/workflows/semantic-release.yaml
@@ -0,0 +1,13 @@
1
+---
2
+name: Semantic Release
3
+
4
+on:
5
+ push:
6
+ branches:
7
+ - main
8
9
+jobs:
10
+ call-reusable-release:
11
+ uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@main
12
+ secrets:
13
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.releaserc.yaml
@@ -0,0 +1,14 @@
+branches:
+plugins:
+ - - "@semantic-release/commit-analyzer"
+ - preset: conventionalcommits
+ - - "@semantic-release/release-notes-generator"
+ - "@semantic-release/github"
+ - - "@semantic-release/changelog"
+ - changelogTitle: '# Changelog'
+ - - "@semantic-release/git"
+ - assets:
14
+ - CHANGELOG.md
0 commit comments