Skip to content

Commit b15e30b

Browse files
committed
ci(release): github
1 parent 09f9ea6 commit b15e30b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
run: |
4747
pnpm config set //registry.npmjs.org/:_authToken ""
4848
pnpm dlx changelogen --bump --release --${{ github.event.inputs.version }} --publishTag ${{ github.event.inputs.tag }} --push --publish
49+
pnpm dlx changelogen gh release

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"version": "0.0.3-0",
55
"main": "./dist/src/url.js",
66
"types": "./dist/src/url.d.ts",
7+
"repository": "https://github.com/ambitiondev/dynamic-url",
8+
"bugs": "https://github.com/ambitiondev/dynamic-url/issues",
79
"files": [
810
"dist"
911
],

0 commit comments

Comments
 (0)