Skip to content

Commit 65002ad

Browse files
committed
update versions
1 parent 52148a2 commit 65002ad

3 files changed

Lines changed: 16 additions & 84 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub Super-Linter](https://github.com/rexebin/next-nuget-package-version/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
44
![CI](https://github.com/rexebin/next-nuget-package-version/actions/workflows/ci.yml/badge.svg)
5-
5+
![coverage.svg](./badges/coverage.svg)
66
This GitHub action calls [GitHub API `https://api.github.com/orgs/${org}/packages/nuget/${packageName}/versions`](https://docs.github.com/en/rest/packages/packages?apiVersion=2022-11-28#list-package-versions-for-a-package-owned-by-an-organization)
77
with `${{ secrets.GITHUB_TOKEN }}`, to get the latest version and calculate the next version number from inputs such as:
88

package-lock.json

Lines changed: 12 additions & 80 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
@@ -68,11 +68,11 @@
6868
"@actions/core": "^1.10.1"
6969
},
7070
"devDependencies": {
71-
"@types/jest": "^29.5.5",
72-
"@types/node": "^20.8.6",
71+
"@types/jest": "^29.5.6",
72+
"@types/node": "^20.8.7",
7373
"@typescript-eslint/eslint-plugin": "^6.8.0",
7474
"@typescript-eslint/parser": "^6.8.0",
75-
"@vercel/ncc": "^0.38.0",
75+
"@vercel/ncc": "^0.38.1",
7676
"eslint": "^8.51.0",
7777
"eslint-plugin-github": "^4.10.1",
7878
"eslint-plugin-jest": "^27.4.2",

0 commit comments

Comments
 (0)