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

Automate releasing #34

Open
8 tasks
EvgenyOrekhov opened this issue Dec 4, 2019 · 3 comments
Open
8 tasks

Automate releasing #34

EvgenyOrekhov opened this issue Dec 4, 2019 · 3 comments

Comments

@EvgenyOrekhov
Copy link
Owner

EvgenyOrekhov commented Dec 4, 2019

The simplest way is

"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"

Investigate:

@EvgenyOrekhov EvgenyOrekhov self-assigned this Dec 4, 2019
EvgenyOrekhov added a commit that referenced this issue Dec 7, 2019
@EvgenyOrekhov EvgenyOrekhov removed their assignment May 22, 2020
@EvgenyOrekhov
Copy link
Owner Author

Looks like none of the release management solutions support monorepos.

@trevinhofmann
Copy link

I have set up Commitizen for conventional commits and Standard Version for publishing in my own ESLint config. For what it's worth, I found these two tools to be very simple to set up and easy to use. I now have a one-button release process which also handles semantic versioning and changelog updates automatically.

If you would like help setting these up for this repo, please let me know.

@stormwarning
Copy link

Perhaps Changesets is worth considering?

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

3 participants