Skip to content

Commit

Permalink
feat(package): publish the app as an npm package
Browse files Browse the repository at this point in the history
to improve the ability to include into an existing Probot app as a
dependency

Co-authored-by: Julie Van Kirk <VanKirkJulieA@JohnDeere.com>
Co-authored-by: Douglas Johnson <JohnsonDouglas@JohnDeere.com>
  • Loading branch information
3 people committed Jan 4, 2024
1 parent ff3eda5 commit 8442226
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -18,3 +18,4 @@ jobs:
- run: npx semantic-release@22.0.12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.REPOSITORY_SETTINGS_BOT_NPM_TOKEN }}
7 changes: 0 additions & 7 deletions .releaserc.json

This file was deleted.

9 changes: 6 additions & 3 deletions package.json
@@ -1,8 +1,7 @@
{
"name": "repository-settings",
"name": "@repository-settings/app",
"version": "0.0.0-semantically-released",
"private": true,
"description": "",
"description": "Pull Requests for GitHub repository settings",
"repository": "github:repository-settings/app",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -57,5 +56,9 @@
".env",
"."
]
},
"publishConfig": {
"access": "public",
"provenance": true
}
}

0 comments on commit 8442226

Please sign in to comment.