releasy
releasy copied to clipboard
Enabling no prefix tag
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.
Which lint should I use to solve the issue above?
@philcvlcnt you can run yarn lint --fix
in the repo root