File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- files: [
2
- 'package.json'
3
- ]
1
+ files:
2
+
3
+ - package.json
4
4
5
5
plugins:
6
6
7
7
prerelease:
8
8
9
- ' Linting config files' :
10
- plugin: ' bumped-finepack'
9
+ Linting config files:
10
+ plugin: bumped-finepack
11
11
12
12
postrelease:
13
13
14
- ' Generating CHANGELOG file' :
15
- plugin: ' bumped-changelog'
14
+ Generating CHANGELOG file:
15
+ plugin: bumped-changelog
16
16
17
- ' Commiting new version' :
18
- plugin: ' bumped-terminal'
19
- command: ' git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'
17
+ Commiting new version:
18
+ plugin: bumped-terminal
19
+ command: git add CHANGELOG.md package.json && git commit -m "Release $newVersion"
20
20
21
- ' Detecting problems before publish' :
22
- plugin: ' bumped-terminal'
23
- command: ' git-dirty && npm test'
21
+ Detecting problems before publish:
22
+ plugin: bumped-terminal
23
+ command: git-dirty && npm test
24
24
25
- ' Publishing tag at Github' :
26
- plugin: ' bumped-terminal'
27
- command: ' git tag $newVersion && git push && git push --tags'
25
+ Publishing tag at Github:
26
+ plugin: bumped-terminal
27
+ command: git tag $newVersion && git push && git push --tags
28
28
29
- ' Publishing at NPM' :
30
- plugin: ' bumped-terminal'
31
- command: ' npm publish'
29
+ Publishing at NPM:
30
+ plugin: bumped-terminal
31
+ command: npm publish
You can’t perform that action at this time.
0 commit comments