Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
a0eade8b
Commit
a0eade8b
authored
Oct 19, 2021
by
suyanlong
Committed by
33cn
Oct 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[[FIX]] adjust semantic-release commit message conventions to jshint
parent
89958930
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
automake.yml
.github/workflows/automake.yml
+1
-0
release.yml
.github/workflows/release.yml
+1
-0
.releaserc.yml
.releaserc.yml
+12
-2
No files found.
.github/workflows/automake.yml
View file @
a0eade8b
...
...
@@ -39,6 +39,7 @@ jobs:
with
:
branch
:
master
extra_plugins
:
|
conventional-changelog/conventional-changelog-jshint
@google/semantic-release-replace-plugin
@semantic-release/exec
@semantic-release/changelog
...
...
.github/workflows/release.yml
View file @
a0eade8b
...
...
@@ -29,6 +29,7 @@ jobs:
with
:
branch
:
master
extra_plugins
:
|
conventional-changelog/conventional-changelog-jshint
@google/semantic-release-replace-plugin
@semantic-release/exec
@semantic-release/changelog
...
...
.releaserc.yml
View file @
a0eade8b
{
"
branches"
:
[
"
master"
,
"
next"
],
"
plugins"
:
[
"
@semantic-release/commit-analyzer"
,
#Default 1
"
@semantic-release/release-notes-generator"
,
#Default 2
[
"
@semantic-release/commit-analyzer"
,
{
"
preset"
:
"
jshint"
}
],
[
"
@semantic-release/release-notes-generator"
,
{
"
preset"
:
"
jshint"
}
],
[
"
@google/semantic-release-replace-plugin"
,
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment