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
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
increment FDL_VERSION_MINOR on fiddle-X and tag that commit as vX.1.0
increment FDL_VERSION_MAJOR on master
This way it is clear that (normal) development stopped at the vX.0.0 tag and makes the history cleaner (all commits added between version vX.1.0 and vY.1.0 are between vX.0.0 and vY.0.0)
to keep things tidy lets do the following:
vX.0.0fiddle-XFDL_VERSION_MINORonfiddle-Xand tag that commit asvX.1.0FDL_VERSION_MAJORonmasterThis way it is clear that (normal) development stopped at the
vX.0.0tag and makes the history cleaner (all commits added between versionvX.1.0andvY.1.0are betweenvX.0.0andvY.0.0)