semantic-release-sentry-releases icon indicating copy to clipboard operation
semantic-release-sentry-releases copied to clipboard

fix(publish): support my-repo@[version] versions

Open ryshu opened this issue 1 year ago • 5 comments

Closes #653

BREAKING CHANGE: Use sentry [email protected] name instead of reponame-1.2.3 which doesn't match any convention in Sentry

ryshu avatar Mar 02 '23 08:03 ryshu

Bug Fixes

  • publish: support my-repo@[version] versions (b59c676)

Contributors

ryshu

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

commit-lint[bot] avatar Mar 02 '23 08:03 commit-lint[bot]

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

image

Thanks in advance

ryshu avatar Mar 02 '23 08:03 ryshu

Woo, thanks @ryshu

wyardley avatar Mar 03 '23 05:03 wyardley

@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 :/

ryshu avatar Mar 15 '23 22:03 ryshu

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.

ryshu avatar Mar 16 '23 23:03 ryshu