You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two things need to be bumped when doing a new release to avoid shipping a new version that misrepresents its version in the UI:
package.json for ziti-console-lib (the shared library)
package.json for ziti-console (the app itself)
ziti-console & ziti-console-lib have different versions and live in different folders, so one way to accomplish this is:
check if files in a project dir have changed in a PR branch based on main
check if there's already a release for the version in each changed project's package.json
If there's already a release for the changed project's version, then fail the check as a way of prompting the developer to bump the version in that project's package.json.
The text was updated successfully, but these errors were encountered:
Two things need to be bumped when doing a new release to avoid shipping a new version that misrepresents its version in the UI:
ziti-console & ziti-console-lib have different versions and live in different folders, so one way to accomplish this is:
If there's already a release for the changed project's version, then fail the check as a way of prompting the developer to bump the version in that project's package.json.
The text was updated successfully, but these errors were encountered: