File tree Expand file tree Collapse file tree 3 files changed +130
-140
lines changed
Expand file tree Collapse file tree 3 files changed +130
-140
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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" : [
You can’t perform that action at this time.
0 commit comments