Skip to content

Commit fceb14c

Browse files
authored
Merge pull request #42 from hbcarlos/update_release_docs
Update release documentation
2 parents f6545a3 + 06acb82 commit fceb14c

File tree

8 files changed

+8
-3
lines changed

8 files changed

+8
-3
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
**/*.d.ts
77

88
.github
9+
assets
910
binder
1011
jupyterlab_blockly
1112
docs

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
**/*.d.ts
99

1010
.github
11+
assets
1112
binder
1213
jupyterlab_blockly
1314
docs

RELEASE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ Here is a summary of the steps to cut a new release:
5050
- Add `ADMIN_GITHUB_TOKEN`, `PYPI_TOKEN` and `NPM_TOKEN` to the Github Secrets in the fork
5151
- Go to the Actions panel
5252
- Run the "Draft Changelog" workflow
53+
![Draft Changelog](assets/run_draft_changelog.png)
5354
- Merge the Changelog PR
54-
- Run the "Draft Release" workflow
55-
- Run the "Publish Release" workflow
55+
![Merge Draft Changelog PR](assets/merge_changelog.png)
56+
- Using the info from the draft changelong PR, run the "Full Release" workflow
57+
![Full Release info](assets/info_full_release.png)
58+
![Full Release](assets/run_full_release.png)
5659

5760
## Publishing to `conda-forge`
5861

assets/info_full_release.png

67 KB
Loading

assets/merge_changelog.png

171 KB
Loading

assets/run_draft_changelog.png

161 KB
Loading

assets/run_full_release.png

170 KB
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build_cmd = "build:prod"
1414
npm = ["jlpm"]
1515

1616
[tool.check-manifest]
17-
ignore = ["jupyterlab_blockly/labextension/**", "packages/**", "lerna.json", "yarn.lock", ".*", "package-lock.json", "docs/**"]
17+
ignore = ["jupyterlab_blockly/labextension/**", "packages/**", "assets/**", "lerna.json", "yarn.lock", ".*", "package-lock.json", "docs/**"]
1818

1919
[tool.jupyter-releaser.hooks]
2020
before-bump-version = ["python -m pip install jupyterlab~=3.4"]

0 commit comments

Comments
 (0)