File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Ad Code Manager
22
3- Stable tag: 0.5
3+ Stable tag: 0.5.0
44Requires at least: 5.5
55Tested up to: 5.9
66Requires PHP: 7.1
Original file line number Diff line number Diff line change 3030use Automattic \AdCodeManager \UI \Contextual_Help ;
3131use Automattic \AdCodeManager \UI \Plugin_Actions ;
3232
33- const AD_CODE_MANAGER_VERSION = '0.5 ' ;
33+ const AD_CODE_MANAGER_VERSION = '0.5.0 ' ;
3434const AD_CODE_MANAGER_FILE = __FILE__ ;
3535
3636require_once __DIR__ . '/src/class-acm-provider.php ' ;
Original file line number Diff line number Diff line change 88 "devDependencies" : {
99 "@actions/github" : " ^2" ,
1010 "replace-in-file" : " ^5" ,
11- "semver" : " ^7"
11+ "semver" : " ^7" ,
12+ "version-bump-prompt" : " ^6.1.0"
13+ },
14+ "scripts" : {
15+ "bump:major" : " bump major --commit 'Version %s.' ad-code-manager.php package.json README.md" ,
16+ "bump:minor" : " bump minor --commit 'Version %s.' ad-code-manager.php package.json README.md" ,
17+ "bump:patch" : " bump patch --commit 'Version %s.' ad-code-manager.php package.json README.md"
1218 }
1319}
You can’t perform that action at this time.
0 commit comments