Skip to content

Commit 85aa084

Browse files
authored
Merge pull request #3 from ReforgeHQ/mfaga-match-url-exactly
fix: satisfy provenance publishing rules
2 parents c96b114 + 98708f7 commit 85aa084

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
tag_name: v${{ needs.check-version.outputs.current-version }}
9191
release_name: v${{ needs.check-version.outputs.current-version }}
9292
body: |
93-
See [CHANGELOG](https://github.com/reforgehq/sdk-javascript/blob/main/CHANGELOG.md) for details.
93+
See [CHANGELOG](https://github.com/ReforgeHQ/sdk-javascript/blob/main/CHANGELOG.md) for details.
9494
9595
Published to npm: [@reforge-com/javascript@${{ needs.check-version.outputs.current-version }}](https://www.npmjs.com/package/@reforge-com/javascript/v/${{ needs.check-version.outputs.current-version }})
9696
draft: false

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reforge-com/javascript",
3-
"version": "0.0.0-pre.1",
3+
"version": "0.0.0-pre.2",
44
"description": "Feature Flags & Dynamic Configuration as a Service",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",
@@ -42,16 +42,16 @@
4242
},
4343
"repository": {
4444
"type": "git",
45-
"url": "git+https://github.com/reforgehq/sdk-javascript.git"
45+
"url": "https://github.com/ReforgeHQ/sdk-javascript.git"
4646
},
4747
"keywords": [
4848
"feature-flags",
4949
"config"
5050
],
5151
"bugs": {
52-
"url": "https://github.com/reforgehq/sdk-javascript/issues"
52+
"url": "https://github.com/ReforgeHQ/sdk-javascript/issues"
5353
},
54-
"homepage": "https://github.com/reforgehq/sdk-javascript#readme",
54+
"homepage": "https://github.com/ReforgeHQ/sdk-javascript#readme",
5555
"dependencies": {
5656
"uuid": "^9.0.1"
5757
},

0 commit comments

Comments
 (0)