Conversation
The author/copyright holder is Igor Sheko; update package.json author, LICENSE copyright line and the README license notice. npm scope, repository URLs and contact email are unchanged.
On a pull_request event env-ci reports the merge ref, so semantic-release bailed and the preview mislabelled a release as "No release". Present the run as a push to the PR head branch (override GITHUB_EVENT_NAME/GITHUB_REF) so the dry-run resolves the version, and distinguish "no bump" from an error.
Replace the semantic-release --dry-run preview (which refuses to run on pull_request events because env-ci resolves the merge ref / detects a PR) with a small git+Node script that derives the next version from Conventional Commits since the last tag. No auth, no branch/PR detection, no npm install — verified locally to report v0.1.1 for this PR.
|
🎉 This PR is included in version 0.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
What
Correct the project author / copyright holder to Igor Sheko:
package.jsonauthorfieldLICENSEcopyright lineREADMElicense noticeThe npm scope (
@irbisadm), repository URLs and contact email(
i@irbisadm.dev) are unchanged — only the human author name.Release impact
Committed as
fix:, so merging tomaincuts a patch release (0.1.1) viathe automated semantic-release pipeline. This also exercises the CI and release
workflows end to end (commit lint, tests, e2e cross-validation, dry-run preview
on this PR, and the OIDC publish on merge).