Skip to content

Commit 349d8a2

Browse files
committed
Update version-bump-prompt to allow proper bump workflow.
1 parent 3089d61 commit 349d8a2

File tree

3 files changed

+130
-140
lines changed

3 files changed

+130
-140
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ jobs:
3939
# Bump the release in code.
4040
- name: Bump release
4141
run: |
42-
git config --local user.email "action@github.com"
43-
git config --local user.name "GitHub Action"
4442
yarn run bundle-dependencies update
45-
yarn run bump --all --push --version "${{ github.event.release.tag_name }}"
43+
yarn run bump --all --push "${{ github.event.release.tag_name }}"
4644
4745
# Deploy
4846
- name: Publish to npm

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lando/plugin-test",
33
"description": "The official Lando plugin for plugin-test.",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"author": "Alec Reynolds @reynoldsalec",
66
"license": "GPL-3.0",
77
"repository": "lando/plugin-test",
@@ -57,7 +57,7 @@
5757
"eslint-plugin-vue": "^8.0.3",
5858
"mocha": "^9.1.2",
5959
"nyc": "^15.1.0",
60-
"version-bump-prompt": "^4.2.1",
60+
"version-bump-prompt": "^6.1.0",
6161
"vuepress": "2.0.0-beta.53"
6262
},
6363
"bundledDependencies": [

0 commit comments

Comments
 (0)