Skip to content

Commit

Permalink
ci(github): Bootstrap new release process
Browse files Browse the repository at this point in the history
  • Loading branch information
vandie committed Nov 11, 2023
1 parent 7357b1b commit 46e437b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
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-mongodb
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.2.1"
}
11 changes: 11 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"bootstrap-sha": "b99f8a7b4f6e9f1133429ebf9ea2b8ed0f996370",
"last-release-sha": "b99f8a7b4f6e9f1133429ebf9ea2b8ed0f996370",
"include-v-in-tag": true,
"packages": {
".": {
"release-type": "node",
"package-name": "webmention-handler-mongodb"
}
}
}

0 comments on commit 46e437b

Please sign in to comment.