Skip to content

Commit

Permalink
docs(readme): Ignore the sample code for Node.js
Browse files Browse the repository at this point in the history
Because the `@hono/node-server` is not used on this project.
  • Loading branch information
5ouma committed Oct 24, 2024
1 parent 63b620b commit 1ff1dc5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ customLabels:
label: 🔧 Maintenance
- text: "- [x] 🎽 CI"
label: 🎽 CI
- text: "chore(deps): "
label: ⛓️ Dependencies
- text: "- [x] 🧠 Meta"
label: 🧠 Meta
- text: Release for v
- text: "chore(deps): "
label: ⛓️ Dependencies
- text: "Release: v"
label: 🚀 Release
1 change: 1 addition & 0 deletions .tagpr → .github/tagpr.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
versionFile = deno.json
vPrefix = true
changelog = false
templateText = Release: {{ .NextVersion }}\n{{ .Changelog }}
majorLabels = 🧨 Breaking Change
minorLabels = 🎉 New Feature
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: 🏷️ Release a New Version
id: tagpr
uses: Songmu/tagpr@591c6e0c988bccee7dda02bce1af7a3b2dc47065 # v1.4.2
with:
config: .github/tagpr.ini
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tags. To do this, simply add the ref name to the sub-directory. (i.e.
1. Add this code to the `index.js`
```js
```js ignore
import { serve } from "@hono/node-server";
import app from "@5ouma/reproxy";
serve(app);
Expand Down

0 comments on commit 1ff1dc5

Please sign in to comment.