Skip to content

Commit

Permalink
ci(github): Bootstrap new release process (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
vandie authored Nov 11, 2023
1 parent ad5f5ae commit bc67594
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
name: Release Please
id: release
with:
release-type: node
package-name: webmention-handler
path: /
command: manifest
# The logic below handles the npm publication:
- uses: actions/checkout@v3
# these if statements ensure that a publication only occurs when
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"/": "0.0.8"
}
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bootstrap-sha": "0284a34dfd2f8f44cd416a0c1870543849269925",
"last-release-sha": "0284a34dfd2f8f44cd416a0c1870543849269925",
"packages": {
"/": {
"release-type": "node",
"package-name": "webmention-handler"
}
}
}

0 comments on commit bc67594

Please sign in to comment.