-
-
Notifications
You must be signed in to change notification settings - Fork 18
This addon seems to be unmaintained - alternative: ember-cli-release-tag #77
Comments
FWIW, I personally use https://github.com/rwjblue/create-rwjblue-release-it-setup |
@mydea would you be interested in helping merge that functionality in here, rather than forking? I'm happy to add you as a maintainer. |
@rwwagner90 FWIW there is also |
I could try to add my changes here, but it is basically a complete re-write which tries to keep a similar (but not 100% matching) API surface. Overall, I wonder if it is worth it, vs. just recommending to use |
Just started to use |
I could be in favor of suggesting release-it. Never used it before myself, but if @rwjblue likes it, it must be okay 😃 |
|
Since this addon seems to be unmaintained, and dependencies are woefully out of date, I made a forked, modernized version of this, ember-cli-release-tag.
Since there have been no responses to any issues and PRs for months (or years), and we do use that functionality somewhat often, I decided to make a mostly drop-in replacement with a more modern codebase and dependencies.
For now, this new addon is a bit streamlined and I have removed some options:
date
strategy does not accept any additional arguments anymore - it is alwaysv19.01.16
. Feel free to provide your own custom strategy if needed.premajor
andpreminor
have been dropped. Instead, always useprerelease
, which you can combine withmajor
(--> pre-major) orminor
(--> pre-minor), e.g.ember release --major --prerelease='beta'
See #71 , #72, #69
For most common use cases, it should be enough to do
And continue as before.
The text was updated successfully, but these errors were encountered: