Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a pipeline for "publishing" packages #183

Open
wende opened this issue Aug 24, 2017 · 2 comments
Open

Write a pipeline for "publishing" packages #183

wende opened this issue Aug 24, 2017 · 2 comments

Comments

@wende
Copy link
Owner

wende commented Aug 24, 2017

elchemy bump patch | minor | major

-1. Run elm-test and make sure they're passing
0. Make sure git is empty
1. Change version in mix.exs
2. Change version in elm-package.json
3. Enforce exposed modules
4. Generate docs using elm-docs
5. Git commit -am "version"
6. Git tag version
@baransu
Copy link
Collaborator

baransu commented Aug 24, 2017

There is great CLI tool for better npm publish we can lear from this a lot. https://github.com/sindresorhus/np

@wende
Copy link
Owner Author

wende commented Aug 25, 2017

@baransu looks like we could just fork it and replace everything package.json related with elm-package.json and everything npm publish related to git push

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants