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

Ideas for automation of release process #109

Open
7 of 11 tasks
jayaddison opened this issue Dec 22, 2020 · 5 comments
Open
7 of 11 tasks

Ideas for automation of release process #109

jayaddison opened this issue Dec 22, 2020 · 5 comments

Comments

@jayaddison
Copy link
Contributor

jayaddison commented Dec 22, 2020

It may be possible to perform some of these checks by using git pre-commit / pre-push scripts.

@jayaddison

This comment was marked as resolved.

@jayaddison

This comment was marked as resolved.

@Kritzefitz
Copy link
Contributor

Rebuild package-lock.json automatically?

I don't have much experience with javascript tools, but in other languages that use similar constructs, I found it most helpful to have the developer update package-lock.json and commit it as usual, but then have a CI component that performs some basic checks that ensure that the package-lock.json is compatible with the package.json. I'm not sure how to do this with npm, but I will try to have a look at it, when I have time for it.

@jayaddison
Copy link
Contributor Author

Validating the lockfile using a continuous integration step sounds like a good plan to me 👍

@jayaddison

This comment was marked as resolved.

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

No branches or pull requests

2 participants