We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9596f commit f6022bfCopy full SHA for f6022bf
version-bumper.yaml
@@ -1,16 +1,14 @@
1
+presets:
2
+ - name: npm-package
3
+ options:
4
+ packageName: '@eliashaeussler/cache-warmup'
5
+
6
filesToModify:
- - path: package.json
- patterns:
- - '"version": "{%version%}"'
- reportUnmatched: true
- - path: package-lock.json
7
8
- - '"name": "@eliashaeussler/cache-warmup",\s+"version": "{%version%}"'
9
10
- path: src/CacheWarmer.php
11
patterns:
12
- public const VERSION = '{%version%}'
13
reportUnmatched: true
14
releaseOptions:
15
commitMessage: '[RELEASE] Release of cache-warmup {%version%}'
16
signTag: true
0 commit comments