Skip to content

Commit

Permalink
[[FIX]] update semantic-release commit message conventions to ember1
Browse files Browse the repository at this point in the history
  • Loading branch information
suyanlong committed Oct 19, 2021
1 parent 530b9ab commit 4327928
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
branch: master
extra_plugins: |
conventional-changelog/conventional-changelog-jshint
@google/semantic-release-replace-plugin
@semantic-release/exec
@semantic-release/changelog
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-aligner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
with:
branch: master
extra_plugins: |
conventional-changelog/conventional-changelog-jshint
@google/semantic-release-replace-plugin
@semantic-release/exec
@semantic-release/changelog
Expand All @@ -83,4 +84,4 @@ jobs:
- name: Do something when a new release published
if: steps.semantic.outputs.new_release_published == 'true'
run: |
echo ${{ steps.semantic.outputs.new_release_version }}
echo ${{ steps.semantic.outputs.new_release_version }}
14 changes: 12 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{ "branches": ["master", "next"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/commit-analyzer",
{
"preset": "jshint"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "jshint"
}
],
[
"@google/semantic-release-replace-plugin",
{
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

var (
Version = "1.1.3"
Version = "1.1.2"
BuildTime = "unknown time"
)

0 comments on commit 4327928

Please sign in to comment.