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
MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards compatible manner, and
PATCH version when you make backwards compatible bug fixes.
b. in order to achieve this we need to amend GVBEYE MACRO eyecatcher area
Currently GVBEYE delivers this code
hdreye ds 0x label
eyestaMP DC C'SAFREYECATCHER: '
modname DC Cl8'GVBUR20 '
DC C'PM4.18.99 D '
DC C'20200917 01.08'
c. assumption 1 -- this Gvblib version will be independent of other genevaers REPOs
d. assumption 2 -- for this repo at this point in time we have
Major = 0 is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
Minor = 0 by default
Patch = 0 by default
e. this will require a change to GVBEYE see bold
hdreye ds 0x label
eyestaMP DC C'SAFREYECATCHER: '
modname DC Cl8'&module '
DC C'**GVBLIB 0.0.0** '
DC C'&SYSDATC &SYSTIME'
f. when stable we can change Major to 1 and create a new branch
Question: May I proceed with this change?
many thanx
bob McCormack
The text was updated successfully, but these errors were encountered:
That all makes sense to me, if Randall Approves. Also, it seems Bob you seem to have a vision for what should be in the "release" document in the community repo. Mind giving that a draft as that is on our TSC to-do list?
a. We need to adopt Semantic version for this REPO https://semver.org/
b. in order to achieve this we need to amend GVBEYE MACRO eyecatcher area
c. assumption 1 -- this Gvblib version will be independent of other genevaers REPOs
d. assumption 2 -- for this repo at this point in time we have
e. this will require a change to GVBEYE see bold
f. when stable we can change Major to 1 and create a new branch
Question: May I proceed with this change?
many thanx
bob McCormack
The text was updated successfully, but these errors were encountered: