Skip to content

chore: fix publish script, restore changelog history, remove gitlab ci#2792

Merged
rotem-cloud merged 1 commit into
mainfrom
rotem/fix-publish-restore-changelog
Jul 9, 2026
Merged

chore: fix publish script, restore changelog history, remove gitlab ci#2792
rotem-cloud merged 1 commit into
mainfrom
rotem/fix-publish-restore-changelog

Conversation

@rotem-cloud

Copy link
Copy Markdown
Contributor

Changes

bin/publish-npm

  • Remove npm config set '//registry.npmjs.org/:_authToken' "$NPM_TOKEN" -- token auth is not needed with OIDC
  • Change yarn publishnpm publish --provenance -- matches the working node target and adds provenance attestation

.github/workflows/publish-npm.yml

  • Remove NPM_TOKEN env var added in a previous commit -- no longer needed since we're using OIDC

CHANGELOG.md

  • Restore full v6.x release history (was lost when v7-release was force-pushed to main)
  • v7.0.0 entry at top, v6.5.0 and all prior history below

.gitlab-ci.yml

  • Remove internal GitLab CI config -- has no place in the public GitHub repo

- bin/publish-npm: use npm publish --provenance + OIDC instead of yarn
  publish + NPM_TOKEN (matches the working node target behavior)
- .github/workflows/publish-npm.yml: remove NPM_TOKEN env var (no longer needed)
- CHANGELOG.md: restore full v6.x history and prepend v7.0.0 entry
- .gitlab-ci.yml: remove internal GitLab CI config from public GitHub repo
@rotem-cloud
rotem-cloud merged commit 0a4afec into main Jul 9, 2026
14 checks passed
@rotem-cloud
rotem-cloud deleted the rotem/fix-publish-restore-changelog branch July 9, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants