Skip to content

Commit

Permalink
Merge pull request #279 from mdb/housekeeping
Browse files Browse the repository at this point in the history
Housekeeping
  • Loading branch information
mdb committed Dec 26, 2022
2 parents 3e3cf14 + 9e708c6 commit 440a52d
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -65,6 +65,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Release
run: gh release create "$(jq -r .version package.json)"
run: gh release create "$(jq -r .version package.json)" --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126 changes: 63 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
@@ -1,7 +1,6 @@
{
"name": "ensure-unpublished-release-action",
"version": "0.1.2",
"private": true,
"version": "0.1.3",
"description": "Check that a given GitHub release tag does not already exist",
"main": "lib/main.js",
"scripts": {
Expand Down Expand Up @@ -29,8 +28,8 @@
"@actions/github": "5.1.1"
},
"devDependencies": {
"@types/node": "^18.11.15",
"@typescript-eslint/parser": "^5.46.1",
"@types/node": "^18.11.17",
"@typescript-eslint/parser": "^5.47.0",
"@vercel/ncc": "^0.36.0",
"eslint": "^8.30.0",
"eslint-plugin-github": "^4.6.0",
Expand All @@ -39,6 +38,6 @@
"js-yaml": "^4.1.0",
"prettier": "2.8.1",
"ts-jest": "^27.1.3",
"typescript": "^4.7.4"
"typescript": "^4.9.4"
}
}

0 comments on commit 440a52d

Please sign in to comment.