File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 26
26
env :
27
27
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
28
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
29
- run : npm run semantic-release
29
+ run : npx semantic-release
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ branches : [ 'main' ] ,
3
+ plugins : [
4
+ [
5
+ 'semantic-release-gitmoji' ,
6
+ {
7
+ releaseRules : {
8
+ major : [ ':boom:' ] ,
9
+ minor : [ ':sparkles:' ] ,
10
+ patch : [ ':bug:' , ':package:' , 'construction' ]
11
+ }
12
+ }
13
+ ] ,
14
+ '@semantic-release/git' ,
15
+ '@semantic-release/github' ,
16
+ '@semantic-release/npm'
17
+ ]
18
+ } ;
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @ngx-devs/commitlint-plugin-imperative-test " ,
2
+ "name" : " @ngx-devs/commitlint-plugin-imperative" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " commitlint plugin to ensure that commits are made using imperative mood" ,
5
5
"main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments