-
Notifications
You must be signed in to change notification settings - Fork 1
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
Versioning #45
Comments
Does bumping the version of either |
In terms of CI, should changing the version in the root package.json cause a release/tag push on GitHub? |
I don't believe bumping the version of either I believe that in terms of CI, changing the version for |
Sorry, I meant is it a convention or best practice to have the root version as an aggregation of the two sub versions? Or is all versioning up to the developer's discretion? Personally, I see no reason not to have the frontend/backend versions affect the root version, and automatic bumping is something I'll look into, but just wanna make sure it makes sense to do.
I agree. |
I am not sure if there is a set convention on this matter. However, given that the two main components here are unlikely to be used outside of |
Assuming that PR #44 is merged, there will be three separate
package.json
files:billy
backend
frontend
each with their own version.
There should be a standard system of versioning, where the versions for both backend and frontend are meaningful, and the version for the root package.json (billy) ties in with the version released via the GitHub Actions CI/CD (ie. the main version should match release version).
The text was updated successfully, but these errors were encountered: