semantic-release-sentry-releases
semantic-release-sentry-releases copied to clipboard
fix(publish): support my-repo@[version] versions
Closes #653
BREAKING CHANGE: Use sentry [email protected] name instead of reponame-1.2.3 which doesn't match any convention in Sentry
Bug Fixes
- publish: support my-repo@[version] versions (b59c676)
Contributors
Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR:
-
@Commit-Lint merge patch
will merge dependabot PR on "patch" versions (X.X.Y - Y change) -
@Commit-Lint merge minor
will merge dependabot PR on "minor" versions (X.Y.Y - Y change) -
@Commit-Lint merge major
will merge dependabot PR on "major" versions (Y.Y.Y - Y change) -
@Commit-Lint merge disable
will desactivate merge dependabot PR -
@Commit-Lint review
will approve dependabot PR -
@Commit-Lint stop review
will stop approve dependabot PR
Hi @lgaticaq,
Can you look into patching this problem as it makes the use of the plugin useless on our side.
For example:
- 3.0.5-alpha5 => Real world sentry usecase
- intranet-back-3.0.5-alpha.5 => Produced by this plugin
Thanks in advance
Woo, thanks @ryshu
@Kl0ven @nils-van-zuijlen Do you think we should take over the maintenance of this utility? I think it could, if it works, really help us track our delivery adoptions on the various internal SpikeeLabs developments.
This repository doesn't seem to be maintained for a year :/
Woo, thanks @ryshu
Hi @wyardley
I fork this repository, add a test for Node 18, fix this problem here and publish it under the MIT license if you want: https://www.npmjs.com/package/semantic-release-sentry-releases
I try it tomorrow in our repository, and keep you updated if it works as expected.