-
Notifications
You must be signed in to change notification settings - Fork 7
Auto publish to npm #126
Comments
I can help for do that. |
Just a reminder of the actual worflow:
If this can partially or totally be automated, let's go! (or if you find a way to simplify, your suggestions are welcome :)). Thanks guys! |
Ok, first of all, let's document the actual worflow in this repository ! It was confusing as in other apps, master is supposed to be equivalent to what's npm published. So any tag to master SHOULD trigger a NPM publish. I'd offer to use another branch development-built, but it gets complicated fast.... |
Al'right! I'll document in a publishing doc the actual workflow, then we could find the right way to autopublish package. Collateral though: does signing tag for release can be considered as a good practice or is it useless? |
Keep in mind that it's something we will want to do in other apps, so I invoke @gregorylegarec @goldoraf @CPatchane. Might be worth a 1h chat with everyone to take a decision or w/e. My 2 cents :) |
It would be cool to do a npm publish at the same time we do a npm run deploy in travis.
This implies putting our secure NPM token on travis
The text was updated successfully, but these errors were encountered: