Skip to content

Commit

Permalink
fix: fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Apr 10, 2020
1 parent 520e814 commit 80ef437
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Workflow
name: Release
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Workflow
name: Build
on:
push:

Expand Down
21 changes: 21 additions & 0 deletions .releaserrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/gitlab",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
]
}
]
]
}

0 comments on commit 80ef437

Please sign in to comment.