We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9973ea9 commit 53cd711Copy full SHA for 53cd711
.github/workflows/release.yml
@@ -0,0 +1,17 @@
1
+name: Release
2
+
3
+on: push
4
5
+permissions:
6
+ contents: write
7
8
+jobs:
9
+ build:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v6
14
15
+ - name: Release
16
+ uses: softprops/action-gh-release@v2
17
+ if: github.ref_type == 'tag'
package.json
@@ -1,7 +1,7 @@
{
"name": "codemic",
"displayName": "CodeMic",
- "version": "0.9.5",
+ "version": "1.0.0",
"description": "Play coding tutorials *inside* your IDE with audio/video guide and code navigation.",
"publisher": "ComputingDen",
"license": "MIT",
0 commit comments