Skip to content

Commit

Permalink
fix: keep your dev, release and extension publish seperately in there…
Browse files Browse the repository at this point in the history
… own branch
  • Loading branch information
itszeeshan committed Aug 30, 2024
1 parent 3c760f8 commit 82bd53b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Lint
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches:
- main
- release

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- release
- main

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# React Custom Hooks Snippets Extension for VS Code (In Progress)
# React Custom Hooks Snippets Extension for VS Code

Enhance your development workflow with this VS Code extension that offers a collection of useful React Custom hooks as code. Whether you're using JavaScript or TypeScript, this extension dynamically loads and provides snippets from external files, to fit your project needs.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-custom-hooks",
"displayName": "React Custom Hooks",
"description": "Insert custom react hooks to your project with autocomplete support",
"version": "1.0.1",
"version": "1.0.0",
"engines": {
"vscode": "^1.92.0"
},
Expand Down

0 comments on commit 82bd53b

Please sign in to comment.