Skip to content

Commit 0bf20a3

Browse files
authored
Update screenshots for Version 2 (#446)
1 parent 7cbb682 commit 0bf20a3

14 files changed

+8
-8
lines changed

docs/source/get_started/making_release_from_releaser.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ already uses Jupyter Releaser.
3939
- Click on the "Run workflow" dropdown button on the right
4040
- Fill in the appropriate parameters
4141
42-
![Prep Release Workflow Dialog](../images/draft_changelog.png)
42+
![Prep Release Workflow Dialog](../images/prep_release.png)
4343
4444
- The "New Version Spec" will usually be the full version (e.g. 0.7.1). Repos using `tbump` can also use the "next" or "patch"
4545
option, which will bump the micro version (or the build version in the case of a prerelease). The "minor" option allows projects using "tbump" to bump
@@ -53,13 +53,13 @@ already uses Jupyter Releaser.
5353
- The workflow will create a draft GitHub release to the target
5454
repository and branch, with the draft changelog contents.
5555
56-
![Prep Release Changelog Workflow Next Step](../images/draft_changelog_next_step.png)
56+
![Prep Release Changelog Workflow Next Step](../images/prep_release_next_step.png)
5757
5858
## Review Changelog
5959
6060
- Go to the draft GitHub Release created by the "Prep Release" workflow
6161
62-
![Prep Release Workflow Pull Request](../images/draft_changelog_pr.png)
62+
![Draft GitHub Release](../images/draft_github_release.png)
6363
6464
- Review the contents, fixing typos or otherwise editing as necessary.
6565
- If there is a section called "Other Merged PRs", it means those PRs did not have one of the appropriate labels. If desired, you can go label those PRs and then re-run the workflow, or move the entries manually to the desired section. The appropriate labels are: bug, maintenance, enhancement, feature, and documentation.
@@ -74,7 +74,7 @@ already uses Jupyter Releaser.
7474
- (Optional) Fill in draft GitHub Release URL given by the Changelog PR.
7575
If you leave it blank it will use the most recent draft GitHub release.
7676
77-
![Publish Release Workflow Dialog](../images/draft_release.png)
77+
![Publish Release Workflow Dialog](../images/publish_release.png)
7878
7979
- The workflow will finish the GitHub release and publish assets to the appropriate registries.
8080
- If the workflow is not targeting the default branch, it will also generate a forward-port pull request for the changelog entry to the default branch.

docs/source/get_started/making_release_from_repo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ already uses Jupyter Releaser using workflows on its own repository.
1515
- Click on the "Run workflow" dropdown button on the right
1616
- Fill in the appropriate parameters
1717

18-
![Prep Release Workflow Dialog](../images/draft_changelog.png)
18+
![Prep Release Workflow Dialog](../images/prep_release_repo.png)
1919

2020
- The "New Version Spec" will usually be the full version (e.g. 0.7.1). Repos using `tbump` can also use the "next" or "patch"
2121
option, which will bump the micro version (or the build version in the case of a prerelease). The "minor" option allows projects using "tbump" to bump
@@ -29,13 +29,13 @@ already uses Jupyter Releaser using workflows on its own repository.
2929
- The workflow will create a draft GitHub release to the target
3030
repository and branch, with the draft changelog contents.
3131

32-
![Prep Release Changelog Workflow Next Step](../images/draft_changelog_next_step.png)
32+
![Prep Release Changelog Workflow Next Step](../images/prep_release_next_step.png)
3333

3434
## Review Changelog
3535

3636
- Go to the draft GitHub Release created by the "Prep Release" workflow
3737

38-
![Prep Release Workflow Pull Request](../images/draft_changelog_pr.png)
38+
![Draft GitHub Release](../images/draft_github_release.png)
3939

4040
- Review the contents, fixing typos or otherwise editing as necessary.
4141
- If there is a section called "Other Merged PRs", it means those PRs did not have one of the appropriate labels. If desired, you can go label those PRs and then re-run the workflow, or move the entries manually to the desired section. The appropriate labels are: bug, maintenance, enhancement, feature, and documentation.
@@ -48,7 +48,7 @@ already uses Jupyter Releaser using workflows on its own repository.
4848
- (Optional) Fill in draft GitHub Release URL given by the Changelog PR.
4949
If you leave it blank it will use the most recent draft GitHub release.
5050

51-
![Publish Release Workflow Dialog](../images/draft_release.png)
51+
![Publish Release Workflow Dialog](../images/publish_release_repo.png)
5252

5353
- The workflow will finish the GitHub release and publish assets to the appropriate registries.
5454
- If the workflow is not targeting the default branch, it will also generate a forward-port pull request for the changelog entry to the default branch.
-263 KB
Binary file not shown.
-108 KB
Binary file not shown.
-357 KB
Binary file not shown.
-78.5 KB
Loading
-303 KB
Binary file not shown.
-135 KB
Binary file not shown.
97 KB
Loading
208 KB
Loading

0 commit comments

Comments
 (0)