Skip to content

fix: update repository URLs from czottmann/linearis to linearis-oss/linearis#72

Merged
iamfj merged 1 commit into
mainfrom
fix/update-repo-urls
Apr 7, 2026
Merged

fix: update repository URLs from czottmann/linearis to linearis-oss/linearis#72
iamfj merged 1 commit into
mainfrom
fix/update-repo-urls

Conversation

@iamfj
Copy link
Copy Markdown
Member

@iamfj iamfj commented Apr 7, 2026

Problem

npm publish --provenance fails with E404 because the OIDC token issued by GitHub Actions for linearis-oss/linearis does not match the czottmann/linearis repository URL in package.json. npm's provenance verification rejects the mismatch.

See: https://github.com/linearis-oss/linearis/actions/runs/24093992364/job/70287901207

Fix

Update all repository references from czottmann/linearis to linearis-oss/linearis:

  • package.json: repository.url, bugs.url, homepage
  • CHANGELOG.md: v2026.4.1 compare/issue links
  • docs/deployment.md: clone and install URLs
  • CONTRIBUTING.md: clone URL
  • .github/ISSUE_TEMPLATE/config.yml: security policy link

Historical CHANGELOG entries (≤ v2025.12.3) intentionally keep the old URLs since those PRs/issues live on the original repo.

After merge

Re-tag and push to re-trigger the publish:

git tag -d v2026.4.1
git push origin :refs/tags/v2026.4.1
git tag -a v2026.4.1 -m "Release 2026.4.1"
git push origin v2026.4.1

…inearis

npm publish with --provenance fails with E404 because the OIDC token
from linearis-oss/linearis does not match the czottmann/linearis
repository URL in package.json.

Update repository, bugs, and homepage URLs in package.json and all
documentation referencing the old repository.
@iamfj iamfj merged commit 870e70d into main Apr 7, 2026
2 checks passed
@iamfj iamfj deleted the fix/update-repo-urls branch April 21, 2026 21:16
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.

1 participant