Skip to content

Commit

Permalink
chore: release 0.0.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa authored Aug 8, 2024
1 parent d3687de commit 63f2682
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
echo "Version change found! New version: ${{ steps.version.outputs.version }} (${{ steps.version.outputs.version_type }})"
release:
# needs: check
# if: needs.check.outputs.version_changed == 'true'
needs: check
if: needs.check.outputs.version_changed == 'true'

name: Release
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coc-oxc

Oxc extension for coc.nvim
[Oxc](https://github.com/oxc-project/oxc) extension for coc.nvim

## Install

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "coc-oxc",
"version": "0.0.1-development",
"version": "0.0.1",
"description": "Oxc extension for coc.nvim",
"author": "Boshen and oxc contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/oxc-project/coc-oxc.git"
},
"main": "lib/index.js",
"files": ["lib/**"],
"keywords": ["coc.nvim"],
"engines": {
"coc": "^0.0.82"
Expand Down

0 comments on commit 63f2682

Please sign in to comment.