-
Notifications
You must be signed in to change notification settings - Fork 6
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
GitHub Branches and Releases #48
Comments
Questions were submitted to OASIS TC Ops regarding this; still awaiting a reply:
|
I have a quibble with this: the next version is a long way from a CSD at this point, so the tag should not include any reference to CSD. The new label should instead be "Version 1.1 WD00"; I'd also use the GH Release feature to tag that as a clear point-in-time version (although in this case I believe there's no need to download the release and upload it back to Kavi as "v1.1 wd00"), especially as for many specs there may never be a v1.1. I do think it's very important that front matter updates and document content tweaks done by OASIS TCADMIN need to be captured back into the working version promptly, even for CSD level publication, simply to save them the effort of performing the same tweaks / fixes multiple times. These items are usually itemized in a publication email to the TC from TCADMIN. |
WDs and CSDs are both draft designators preceding the Version to be released. So if v1.0 CS01 is published, the drafts leading up to the next version would be (hypothetically):
If we don't include CSD numbers for WDs, then the WDs have to be sequential from one CS to the next, which is OK with me. It just seems a little strange to have no CSD numbers for some WDs but not all. We should compare the alternatives for GitHub tags and document title page Version in a spreadsheet (I don't think issues can have tables so it's hard to compare here). I don't think we have to actually commit a document called WD00 with that being the only change from the OASIS-published CS, we just sync the working branch to the main branch (on TC repo and all forks) and remember to change the version number when the first PR for WD01 is merged to the working branch. |
I believe at least some of these questions have been resolved by PR #49 Please review the current section 4 of Documentation Norms and identify any residual concerns here. |
The bottom of Figure 4 says "Update working from CSzz". That still leaves the file content and WD numbering unspecified. New product development begins with an OASIS-provided template, and WD01 is the first committee-developed material applied to it. After publication of a CS, development (should) begin with the CS, with the PRs that go into the next WD being based on something called either WD00 or WD01 that is just the CS with new version and WD numbers assigned. The question of what to check out and edit immediately after a CS publication is still not fully specified (or it is but I fail to understand it). |
We discussed GitHub release management at the Feb 2 TC working meeting.
Should the GitHub Published branch include CSDs?
The Kavi TC page has folders for
The OASIS public Standards page lists CS and OS documents but not CSDs.
Reasonable arguments can be made for both approaches - CSDs published by OASIS are "published" and belong in the Published branch, or CSDs published by OASIS are still Drafts and belong in the Working branch. Depending on the day of the week I could prefer either approach. Yesterday I liked CSD + CS so users get the latest OASIS docs when they look at the default branch. Today I like the current CS-only approach so users see the latest "stable official" version by default. Naming the default branch "published" may be part of the problem; it might more clearly represent CS-only if it were called "stable", or even just "main".
Should GitHub include final versions edited for publication by OASIS staff?
In my opinion, yes. The CS or CSD documents we submit to OASIS for publication are still working documents even if we remove WDxx from the name before submitting. Only documents edited by OASIS are "official". We should discuss with Chet/Paul whether they should remove the WDxx as part of their publication process, since anything created by the TC and committed to GitHub is by definition a WD.
How should working versions be numbered
In my opinion, once OASIS publishes a document as "Version 1.0 CS01" we should immediately commit it to GitHub as the baseline for the next version "Version 1.1 CSD01 WD00". "Version 1.1 CSD01 WD01" would then be our first commit towards that next version. If we found non-material changes / errata, we would commit them as "Version 1.0 CS02 WD01" (or "Version 1.0.1 WD01" if OASIS chooses to replace CS numbers with SemVer).
Should OASIS adopt Semantic Versioning?
We should discuss with Chet/Paul whether OASIS might adopt SemVer numbering so there is never a Version 1.0 CS02. A document with only non-material changes from a Major.Minor version would be published as a Major.Minor.Patch number (Version 1.0.1) with no CS number. That would certainly make the Standards page easier to read, since only Version numbers are visible, not CS numbers.
The text was updated successfully, but these errors were encountered: