This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from jtpio/releaser
Add check release workflow on CI and CHANGELOG.md
- Loading branch information
Showing
9 changed files
with
217 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: Check Release | ||
on: | ||
push: | ||
branches: | ||
- "*" | ||
pull_request: | ||
branches: | ||
- "*" | ||
|
||
permissions: | ||
contents: | ||
write | ||
|
||
jobs: | ||
check_release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Install Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.9 | ||
architecture: "x64" | ||
- name: Install node | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14.x' | ||
- name: Get pip cache dir | ||
id: pip-cache | ||
run: | | ||
echo "::set-output name=dir::$(pip cache dir)" | ||
- name: Cache pip | ||
uses: actions/cache@v1 | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }} | ||
restore-keys: | | ||
${{ runner.os }}-pip- | ||
- name: Cache checked links | ||
uses: actions/cache@v2 | ||
with: | ||
path: ~/.cache/pytest-link-check | ||
key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/.md') }}-md-links | ||
restore-keys: | | ||
${{ runner.os }}-linkcheck- | ||
- name: Check Release | ||
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
env: | ||
RH_VERSION_SPEC: 3.0.0-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
# Changelog | ||
|
||
<!-- <START NEW CHANGELOG ENTRY> --> | ||
|
||
## [v3.0.11-2](https://github.com/jupyterlab/galata/tree/v3.0.11-2) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.11-1...v3.0.11-2) | ||
|
||
### Changes | ||
|
||
- Bump postcss from 7.0.35 to 7.0.36 [\#64](https://github.com/jupyterlab/galata/pull/64) (@dependabot[bot]) | ||
- increment version for 3.0.11-2 release [\#63](https://github.com/jupyterlab/galata/pull/63) (@mbektas) | ||
- fix jlpm build output dir [\#62](https://github.com/jupyterlab/galata/pull/62) (@mbektas) | ||
- Wait fixes [\#61](https://github.com/jupyterlab/galata/pull/61) (@mbektas) | ||
- Allow for custom tab bar and nb toolbar item ids [\#48](https://github.com/jupyterlab/galata/pull/48) (@fcollonval) | ||
|
||
<!-- <END NEW CHANGELOG ENTRY> --> | ||
|
||
## [v3.0.11-1](https://github.com/jupyterlab/galata/tree/v3.0.11-1) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.7-7...v3.0.11-1) | ||
|
||
### Changes | ||
|
||
- Update to JupyterLab 3.0.11 and lerna [\#57](https://github.com/jupyterlab/galata/pull/57) (@jtpio) | ||
- Update release instructions [\#56](https://github.com/jupyterlab/galata/pull/56) (@jtpio) | ||
- Add linter [\#55](https://github.com/jupyterlab/galata/pull/55) (@fcollonval) | ||
|
||
## [v3.0.7-7](https://github.com/jupyterlab/galata/tree/v3.0.7-7) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.7-6...v3.0.7-7) | ||
|
||
### Changes | ||
|
||
- Update to 3.0.7-7 [\#52](https://github.com/jupyterlab/galata/pull/52) (@jtpio) | ||
- Switch from npm to jlpm [\#50](https://github.com/jupyterlab/galata/pull/50) (@jtpio) | ||
- Move the debugger sidebar to the left in moveAllTabsToLeft [\#45](https://github.com/jupyterlab/galata/pull/45) (@jtpio) | ||
|
||
## [v3.0.7-6](https://github.com/jupyterlab/galata/tree/v3.0.7-6) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.7-5...v3.0.7-6) | ||
|
||
### Changes | ||
|
||
- increment version for 3.0.7-6 release [\#44](https://github.com/jupyterlab/galata/pull/44) (@mbektas) | ||
- fix notebook close issues [\#43](https://github.com/jupyterlab/galata/pull/43) (@mbektas) | ||
|
||
## [v3.0.7-5](https://github.com/jupyterlab/galata/tree/v3.0.7-5) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.7-4...v3.0.7-5) | ||
|
||
### Changes | ||
|
||
- increment version for 3.0.7-5 release [\#42](https://github.com/jupyterlab/galata/pull/42) (@mbektas) | ||
- Add/set cell using UI actions [\#41](https://github.com/jupyterlab/galata/pull/41) (@mbektas) | ||
|
||
## [v3.0.7-4](https://github.com/jupyterlab/galata/tree/v3.0.7-4) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.7-3...v3.0.7-4) | ||
|
||
### Changes | ||
|
||
- increment version for 3.0.7-4 release [\#40](https://github.com/jupyterlab/galata/pull/40) (@mbektas) | ||
- API enhancements [\#39](https://github.com/jupyterlab/galata/pull/39) (@mbektas) | ||
- Add release instructions [\#38](https://github.com/jupyterlab/galata/pull/38) (@mbektas) | ||
|
||
## [v3.0.7-3](https://github.com/jupyterlab/galata/tree/v3.0.7-3) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.7-2...v3.0.7-3) | ||
|
||
### Changes | ||
|
||
- increment version for 3.0.7-3 release [\#37](https://github.com/jupyterlab/galata/pull/37) (@mbektas) | ||
|
||
## [v3.0.7-2](https://github.com/jupyterlab/galata/tree/v3.0.7-2) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.7-1...v3.0.7-2) | ||
|
||
### Changes | ||
|
||
- increment version for 3.0.7-2 release [\#35](https://github.com/jupyterlab/galata/pull/35) (@mbektas) | ||
- add theme API & configuration [\#33](https://github.com/jupyterlab/galata/pull/33) (@mbektas) | ||
- update Mehmet's github handle [\#31](https://github.com/jupyterlab/galata/pull/31) (@mbektas) | ||
|
||
## [v3.0.7-1](https://github.com/jupyterlab/galata/tree/v3.0.7-1) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.3-3...v3.0.7-1) | ||
|
||
### Changes | ||
|
||
- Enhancements to handle end-to-end JupyterLab UI testing [\#36](https://github.com/jupyterlab/galata/pull/36) (@mbektas) | ||
- upgrade to jupyterlab 3.0.7 [\#29](https://github.com/jupyterlab/galata/pull/29) (@mbektas) | ||
- close all tabs more reliably [\#28](https://github.com/jupyterlab/galata/pull/28) (@mbektas) | ||
- Rename report.html to index.html [\#27](https://github.com/jupyterlab/galata/pull/27) (@jtpio) | ||
- Create reference and output dirs if they don't exist [\#26](https://github.com/jupyterlab/galata/pull/26) (@martinRenou) | ||
- switch workflow to main branch [\#22](https://github.com/jupyterlab/galata/pull/22) (@mbektas) | ||
- upgrade ansi\_up dependency to 5.0.0 to resolve vulnerability [\#20](https://github.com/jupyterlab/galata/pull/20) (@mbektas) | ||
|
||
## [v3.0.3-3](https://github.com/jupyterlab/galata/tree/v3.0.3-3) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.3-2...v3.0.3-3) | ||
|
||
### Changes | ||
|
||
- Publish 3.0.3-3 for security patch [\#19](https://github.com/jupyterlab/galata/pull/19) (@mbektas) | ||
- upgrade axios package to resolve security vulnerability [\#18](https://github.com/jupyterlab/galata/pull/18) (@mbektas) | ||
- Add getting started section [\#17](https://github.com/jupyterlab/galata/pull/17) (@mbektas) | ||
|
||
## [v3.0.3-2](https://github.com/jupyterlab/galata/tree/v3.0.3-2) | ||
|
||
[Full Changelog](https://github.com/jupyterlab/galata/compare/31767100603daa49e2cb6b7466451be5f76f4ac2...v3.0.3-2) | ||
|
||
### Changes | ||
|
||
- publish 3.0.3-2 [\#16](https://github.com/jupyterlab/galata/pull/16) (@mbektas) | ||
- Update authors and acknowledgement [\#15](https://github.com/jupyterlab/galata/pull/15) (@jtpio) | ||
- Add link to the Jupyter Code of Conduct [\#13](https://github.com/jupyterlab/galata/pull/13) (@jtpio) | ||
- Add jlab wait [\#12](https://github.com/jupyterlab/galata/pull/12) (@mbektas) | ||
- Playwright [\#11](https://github.com/jupyterlab/galata/pull/11) (@mbektas) | ||
- Rename jlt to galata, detect image size differences [\#10](https://github.com/jupyterlab/galata/pull/10) (@mbektas) | ||
- Enforce version match [\#9](https://github.com/jupyterlab/galata/pull/9) (@mbektas) | ||
- properly exit process after flushing logs [\#8](https://github.com/jupyterlab/galata/pull/8) (@mbektas) | ||
- Add workflow to run galata tests on CI [\#7](https://github.com/jupyterlab/galata/pull/7) (@jtpio) | ||
- Provide default path to chromium on Linux [\#6](https://github.com/jupyterlab/galata/pull/6) (@jtpio) | ||
- Add a screencast to README.md to demo Galata [\#5](https://github.com/jupyterlab/galata/pull/5) (@jtpio) | ||
- Update to JupyterLab 3 and webpack 5 [\#2](https://github.com/jupyterlab/galata/pull/2) (@jtpio) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "independent", | ||
"npmClient": "jlpm", | ||
"version": "3.0.11-2", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters