We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f9ea6 commit b15e30bCopy full SHA for b15e30b
2 files changed
.github/workflows/release.yml
@@ -46,3 +46,4 @@ jobs:
46
run: |
47
pnpm config set //registry.npmjs.org/:_authToken ""
48
pnpm dlx changelogen --bump --release --${{ github.event.inputs.version }} --publishTag ${{ github.event.inputs.tag }} --push --publish
49
+ pnpm dlx changelogen gh release
package.json
@@ -4,6 +4,8 @@
4
"version": "0.0.3-0",
5
"main": "./dist/src/url.js",
6
"types": "./dist/src/url.d.ts",
7
+ "repository": "https://github.com/ambitiondev/dynamic-url",
8
+ "bugs": "https://github.com/ambitiondev/dynamic-url/issues",
9
"files": [
10
"dist"
11
],
0 commit comments