Skip to content

Commit 53cd711

Browse files
committed
release v1.0.0
1 parent 9973ea9 commit 53cd711

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codemic",
33
"displayName": "CodeMic",
4-
"version": "0.9.5",
4+
"version": "1.0.0",
55
"description": "Play coding tutorials *inside* your IDE with audio/video guide and code navigation.",
66
"publisher": "ComputingDen",
77
"license": "MIT",

0 commit comments

Comments
 (0)