feat: configure semantic-release for Artifactory hybrid versioning#1
Open
PavelKorobchuk wants to merge 2 commits into
Open
feat: configure semantic-release for Artifactory hybrid versioning#1PavelKorobchuk wants to merge 2 commits into
PavelKorobchuk wants to merge 2 commits into
Conversation
2fd6b2f to
c816f82
Compare
c816f82 to
002a3c9
Compare
andy317fe301f8c7
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Configures this repo for the Auth0 Library Pipeline (LP) — the standardized Jenkins CI/CD pipeline used by internal libraries like
limitd-redis,token-replay-lib, anddadjokes-library.Changes
publishConfigfrompackage.json— per LP troubleshooting docs, specifying the Artifactory registry inpublishConfiginterferes with LP's own credential injectionrepositoryUrlto.releaserc.js— prevents semantic-release from falling back to the old mozilla URLcic.ci.pipeline: lptag toopslevel.yml— registers the repo with the Library Pipelineproject.yaml— LP metadata (language, node version, team channel)Makefile— LP-required build targets (install,test,lint,integration)RELEASING.md— documents the full publish process and onboarding stepsContext
PR protobufjs#7 added semantic-release configuration, but there was no CI pipeline to execute it. Investigation revealed:
project.yaml,Makefile,opslevel.ymlwithcic.ci.pipeline: lptagThe git tag
5.0.1-auth0-1.0.0was successfully created during local testing.After Merge
Open an ESD ticket for Platform Build Services to create the Jenkins job:
protobuf.js(master branch)"Once the job exists, the next push to
masterwith a conventional commit will auto-publish to Artifactory.Test plan
npx semantic-release --dry-runsucceeds locally with correctedrepositoryUrlopslevel.yml+project.yaml+Makefile)publishConfigmust be removed per LP docs (causes auth conflicts)