You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
merge a change to reference-lib without bumping the version number in package.json
See error
Expected behavior
The CI does not attempt to publish if nothing relevant has changed (i.e. devDependency change)
Your environment
github CI workers
Additional context
It's possible that a devDependency change might be something we want to release as a new reference-lib npm package, if something in rollup changed, but that seems unlikely with how simple this library is.
The text was updated successfully, but these errors were encountered:
Perhaps we just accept the failures? We can bump the version in package.json and push to the branch if we want to publish anew. Not sure there's a cooler way around it that doesn't require much thinking and time.
One possibility: check to see if we have a git tag that matches the package.json version. If we already have a tag, then we must have already npm published and we can skip it.
Describe the bug
When dependabot updates a devDependency, our workflows are trying to release a new version of the reference-lib package. This fails:
Example job: https://github.com/nginxinc/nginx-directive-reference/actions/runs/6110721544/job/16584389628
To reproduce
Steps to reproduce the behavior:
Expected behavior
The CI does not attempt to publish if nothing relevant has changed (i.e. devDependency change)
Your environment
github CI workers
Additional context
It's possible that a devDependency change might be something we want to release as a new
reference-lib
npm package, if something inrollup
changed, but that seems unlikely with how simple this library is.The text was updated successfully, but these errors were encountered: