This repository was archived by the owner on Jan 27, 2026. It is now read-only.
ci: enable semantic-release#172
Merged
AtofStryker merged 2 commits intocypress-io:masterfrom Sep 10, 2025
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
Author
|
Merging this PR should cause the following release to the npm registry: ## 2.2.1 (https://github.com/cypress-io/commit-info/compare/v2.2.0...v2.2.1) (2025-09-08)
### Bug Fixes
* **deps:** update debug to 4.3.4 🌟 ([e563983](https://github.com/cypress-io/commit-info/commit/e5639832cae219a7150587f987a4fefe5464c2da))
* **deps:** update debug to 4.4.1 ([7c01ed1](https://github.com/cypress-io/commit-info/commit/7c01ed190776ebe7387f3b51ee090cbd5a4e019a))
* **deps:** update dependency bluebird to version 3.7.2 🌟 ([#150](https://github.com/cypress-io/commit-info/issues/150)) ([5b96920](https://github.com/cypress-io/commit-info/commit/5b969201e7e7404f022be67315b0089d898906e9)) |
Contributor
Author
|
This would be the final PR in the current mini-project to update this repo. Please go ahead with reviewing and merging! |
AtofStryker
approved these changes
Sep 10, 2025
Contributor
AtofStryker
left a comment
There was a problem hiding this comment.
hopefully we have a successful release!
|
🎉 This PR is included in version 2.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Contributor
|
@MikeMcC399 |
Contributor
Author
Great! First new release after a 6 year gap!
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Situation
For a considerable period of time since PR chore(deps): update dependency semantic-release to version 17.2.3 🌟 #115 in Apr 2021,
semantic-releasein this repo was misconfigured and in a non-working state.PR chore(deps): reconfigure semantic-release #167, in Sep 2025, reconfigured
semantic-release, setting it temporarily intodry-runmode.Logs of the actions/workflows/main.yml workflow show that
semantic-releaseis working correctly and that there are the following dependency updates from the year 2023 queued for release:Change
Remove the
--dry-runoption (and TODO comment) from thenpx semantic-release --dry-runcommand in the .github/workflows/main.yml workflow.