Skip to content

Commit 7c98900

Browse files
authored
chore/trusted publisher (#8)
* allow other content types like text/html * setup semantic release * automate release
1 parent 8d9c27b commit 7c98900

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
with:
2828
node-version: 24
2929
cache: npm
30-
registry-url: https://registry.npmjs.org
3130

3231
- name: Install dependencies
3332
run: npm ci
@@ -42,5 +41,3 @@ jobs:
4241
run: npm run release
4342
env:
4443
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
NPM_TOKEN: ""
46-
NODE_AUTH_TOKEN: ""

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- The `content-type` rule now allows other non-JSON content, but still demands all JSON requests/responses use `application/vnd.api+json`.
1313

14-
## [2.0.1] - 2026-03-15
14+
## [2.0.0] - 2026-04-01
1515

1616
### Added
1717
- Created TypeScript version of the ruleset. YAML still available.

0 commit comments

Comments
 (0)