...
We release versions of the Fluid framework, components, and Design Handbook on a monthly basis. For more information about the contents of each monthly release, check out the Roadmap Fluid Community Roadmaps.
Release Version Number
Each release has a unique version number associated with it, e.g. "0.1" or "0.3beta1". This version number must be recorded consistently in a few locations:
...
- Consider putting a disclaimer at the top of any affected pages, with the following text (or something similar):
- "This page is currently being edited in preparation for the pending X.X release. It's contents should be considered in flux and unreliable until this warning is removed. For the latest stable release, see Fluid Infusion X.X."
- Duplicate the old Fluid Infusion - Current Release page into a new page called "Fluid Infusion X.X" where X.X is the old release number.
- _This new page should be a child of Fluid Infusion - Current Release.
- Update Fluid Infusion - Current Release to the latest release.
- Be mindful to follow the excerpt format. The links to the bundles at the top will be excerpted, and displayed on the Downloads and Demos page.
- Update the Downloads page to reflect any new demos that are now available.
Component pages
- Go to the Components page
- For each Component that was updated in this release, ensure that the relevant information page is updated.
- Update API, Integration, Demo, and Testing sections as necessary.
...
- House cleaning - Delete any unnecessary design information (pages, notes, etc) added to the Wiki in this past iteration.
- Update any Components pages to reflect the current state of the design.
- Wireframes, Storyboards, Design pattern, Functional Req, User Testing, Story Cards, User modeling, Accessibility.
- Verify that any changes to the Design Handbook is reflected.
...
The following process should be carried out for two sets of technical documentation: All Components API Documentation and Tutorials:
- Start with the 'trunk' version of the first page in the set of documentation.
- Create a copy of the page.
- In the left hand menu, choose "Info"
- On the Info page, choose "Copy"
- Rename the copy to include the version number, using the following convention:
- "Inline Edit API - v0.4"
- Adjust the parent document to be the appropriate already-versioned parent.
- Right under the title you edited in the previous step, click the yellow-highlighted "EDIT" next to the Location
- Type in or search for the correct new parent page
- Click "Done"
- Edit the {
info
} block at the top of the page to declare that this page refers to the versioned doc, and they should see the other docs for trunk docs, using the following template text:- This documentation refers to the API documents for the v0.4 released version of the Fluid Infusion code. For documentation specific to the trunk version, please see <put a link to the trunk version of the doc here>.
- Check the page for any links to other version-specific pages, update the links.
- Preview the page to make sure it's ok.
- Save the page
- Return to the trunk version that you just created a copy of.
- Edit the {
info
} block at the top of the trunk page to refer to the new versioned page you just created (instead of the previous version that was there).
...