Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Add releaser hooks and options
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jul 15, 2021
1 parent c78a822 commit 7c96704
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:
- name: Check Release
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
env:
RH_VERSION_SPEC: 3.0.0-1
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "root",
"name": "@jupyterlab/galata-root",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "lerna run build",
Expand All @@ -24,5 +25,17 @@
"packages": [
"packages/*"
]
},
"jupyter-releaser": {
"hooks": {
"before-build-npm": [
"yarn run build"
]
},
"options": {
"version-cmd": [
"yarn run lerna version --force-publish --no-push --no-git-tag-version --exact --yes"
]
}
}
}
6 changes: 3 additions & 3 deletions packages/galata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"ansi_up": "^5.0.0",
"axios": "^0.21.1",
"chalk": "^4.0.0",
"cross-spawn": "^6.0.5",
"dateformat": "^3.0.3",
"ejs": "^3.0.1",
"events": "^3.0.0",
Expand All @@ -61,14 +62,13 @@
"jest": "^25.1.0",
"js-beautify": "^1.10.3",
"meow": "^6.0.1",
"open": "^7.0.4",
"pixelmatch": "^5.1.0",
"pngjs": "^3.4.0",
"playwright": "^1.9.1",
"pngjs": "^3.4.0",
"semver": "^7.3.2",
"ts-jest": "^25.2.0",
"typescript": "^3.7.4",
"cross-spawn": "^6.0.5",
"open": "^7.0.4",
"uuid": "^3.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7c96704

Please sign in to comment.