Skip to content

Commit 0377845

Browse files
authored
Update version to 0.7.9-SNAPSHOT (#101)
1 parent 8f50eb0 commit 0377845

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ Set your repo home directory and update the versions as needed.
5858

5959
This project follows the guidance given by Microsoft for the VS Code marketplace [here](https://code.visualstudio.com/updates/v1_63#_publishing-prerelease-extensions) and publishes prereleases to the VS Code marketplace using odd minor version numbers. Full releases are published using even minor version numbers.
6060

61+
## Release Process
62+
63+
1. Update master to be a release version (and all the reviews, bug fixes, etc. that that requires)
64+
1. Update package.json - version to X.X.X (e.g. `0.7.7`)
65+
2. Passed CI Build = ready for release
66+
3. Follow the instructions here [Publishing Extensions](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) to publish the extension.
67+
4. Create a github release (specify a tag of `vX.X.X` (e.g. `v0.7.7`) pointing at master to be created on release)
68+
1. Choose the "Auto-generate release notes" option
69+
2. Provide any additional detail/cleanup on the release notes
70+
5. Update masster version to the next snapshot version `X.X.X-SNAPSHOT` (e.g. 0.7.8-SNAPSHOT)
71+
6. Close all issues included in the release
72+
6173
## Acknowledgements
6274

6375
This plugin is a reimplementation of much of the functionality in the [atom_cql_support](https://github.com/cqframework/atom_cql_support) plugin for the Atom editor. Additionally, the Red Hat [vscode-java](https://github.com/redhat-developer/vscode-java) plugin was referenced extensively in developing this plugin.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cql",
3-
"version": "0.7.8",
3+
"version": "0.7.9-SNAPSHOT",
44
"displayName": "Clinical Quality Language (CQL)",
55
"description": "Syntax highlighting, linting, and execution for the HL7 Clinical Quality Language (CQL) for VS Code",
66
"publisher": "cqframework",

0 commit comments

Comments
 (0)