We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d9f26 commit 3acfec9Copy full SHA for 3acfec9
CONTRIBUTING.md
@@ -52,6 +52,8 @@ request being accepted:
52
53
## Release the extension
54
55
+Do not forget to update the version in package.json!
56
+
57
1. [Draft a new release](https://github.com/nokia/vscode-ttcn3/releases/new).
58
2. Enter the version tag (e.g. v0.10.3)
59
3. Fill out remaining information
package.json
@@ -4,7 +4,7 @@
4
"description": "Rich TTCN-3 language support for Visual Studio Code",
5
"publisher": "Nokia",
6
"preview": true,
7
- "version": "0.10.2",
+ "version": "0.10.3",
8
"license": "BSD-3-Clause",
9
"engines": {
10
"vscode": "^1.67.0"
0 commit comments