Skip to content

Commit 9c1af91

Browse files
committed
package: rename package, update docs, bump to 0.1.6.
modified: README.md modified: dist/index.js.map modified: package-lock.json modified: package.json
1 parent 2b3830e commit 9c1af91

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Example yml:
4444
fetch-depth: 0
4545
- name: Fetch next version
4646
id: nextVersion
47-
uses: VisualPinball/VisualPinball.NextVersionAction@v0.1.5
47+
uses: VisualPinball/next-version-action@v0.1.6
4848
with:
4949
tagPrefix: 'v'
5050
- name: Log next version outputs

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "visualpinball-next-version-action",
3-
"version": "0.1.5",
2+
"name": "next-version-action",
3+
"version": "0.1.6",
44
"description": "Action used for determining the next version of VisualPinball.* projects.",
55
"main": "lib/main.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/jsm174/VisualPinball.NextVersionAction.git"
17+
"url": "git+https://github.com/VisualPinball/next-version-action.git"
1818
},
1919
"keywords": [
2020
"Pinball",

0 commit comments

Comments
 (0)