Netflix / unleash

Professionally publish your JavaScript modules in one keystroke
http://netflix.github.io/unleash/
Apache License 2.0
595 stars 26 forks source link

Only git release #5

Closed rahil471 closed 7 years ago

rahil471 commented 7 years ago

Is there a way to configure unleash to only do Git or npm?

I have a node service where I would like to have releases on git but I do not want to publish it as an npm package.

jameswomack commented 7 years ago

@rahil471 Not currently, but I'm happy to enable this

jameswomack commented 7 years ago

@rahil471 @Falieson I'm working on a branch of Unleash that contains support for git/push-only or npm/publish-only unleashes. I'll update this issue when that's complete.

goodmind commented 7 years ago

Any progress here?

jameswomack commented 7 years ago

Yes sir! I use it on my projects already and I’m publishing this feature in the next few days.

jameswomack commented 7 years ago

@goodmind @Falieson @rahil471 Both publish-only & push-only deployments/releases are possible in the latest Unleash release

rahil471 commented 7 years ago

Thanks for your efforts @jameswomack .

jameswomack commented 7 years ago

You’re most welcome @rahil471