Skip to content

Commit

Permalink
ci: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdenecker committed Aug 8, 2023
1 parent 4830a7e commit a9abe7a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,4 @@ jobs:
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
automatic_release_tag: "latest"
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21 changes: 15 additions & 6 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
{
"branches": ["main", "next"],
"branches": [
"main",
"next"
],
"plugins": [
[
"@semantic-release/commit-analyzer", {
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
}
}
],
[
"@semantic-release/release-notes-generator", {
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
}
],
[
],
[
"@semantic-release/changelog",
{
"changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines."
}
],
[
"@semantic-release/github",
{}
],
[
"@semantic-release/git",
{
Expand Down

0 comments on commit a9abe7a

Please sign in to comment.