releasy icon indicating copy to clipboard operation
releasy copied to clipboard

Enabling no prefix tag

Open philcvlcnt opened this issue 4 years ago • 2 comments

What is the purpose of this pull request?

Enable tag release with no prefix

What problem is this solving?

Using current releasy version we get urls with the prefix v, like this https://io.vtex.com.br/i18n/v0.1.183/catalog/en-US.json but we want them with no prefix, like this https://io.vtex.com.br/i18n/0.1.184/catalog/en-US.json?

How should this be manually tested?

Screenshots or example usage

Types of changes

  • [ ] Bug fix (a non-breaking change which fixes an issue)
  • [X] New feature (a non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Requires change to documentation, which has been updated accordingly.

philcvlcnt avatar Feb 10 '21 15:02 philcvlcnt

Which lint should I use to solve the issue above?

philcvlcnt avatar Feb 10 '21 16:02 philcvlcnt

@philcvlcnt you can run yarn lint --fix in the repo root

lucasecdb avatar Feb 10 '21 17:02 lucasecdb