We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f4b99 commit 3ef1ad4Copy full SHA for 3ef1ad4
1 file changed
.bumpedrc
@@ -0,0 +1,27 @@
1
+files: [
2
+ 'package.json'
3
+]
4
+
5
+plugins:
6
7
+ prerelease:
8
9
+ 'Linting config files':
10
+ plugin: 'bumped-finepack'
11
12
+ postrelease:
13
14
+ 'Generating CHANGELOG file':
15
+ plugin: 'bumped-changelog'
16
17
+ 'Commiting new version':
18
+ plugin: 'bumped-terminal'
19
+ command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'
20
21
+ 'Publishing tag at GitHub':
22
23
+ command: 'git tag $newVersion && git push && git push --tags'
24
25
+ 'Publishing at NPM':
26
27
+ command: 'npm publish'
0 commit comments