@@ -37,26 +37,62 @@ When ready to make a release:
37
37
2 . Select the ` Draft Changelog ` workflow
38
38
3 . Run the workflow with the version spec (usually the new version number)
39
39
40
- <!-- TODO: Add Draft Changelog workflow screenshot here -->
40
+ <p align =" center " >
41
+ <img src="media/draft_changelog_workflow.png" alt="Draft Changelog Workflow"
42
+ title="Draft Changelog Workflow" width="50%"/>
43
+ </p >
41
44
42
45
4 . When the run completes, review the changelog PR that was opened and make any desired edits.
43
46
44
- <!-- TODO: Add Changelog PR screenshot here -->
47
+ <p align =" center " >
48
+ <img src="media/draft_changelog_next_step.png" alt="Draft Changelog Next Step"
49
+ title="Draft Changelog Next Step" width="50%"/>
50
+ </p >
51
+
52
+ <p align =" center " >
53
+ <img src="media/draft_changelog_pr.png" alt="Draft Changelog Pull Request"
54
+ title="Draft Changelog Pull Request" width="50%"/>
55
+ </p >
45
56
46
57
5 . Merge the PR
47
58
6 . Return to the Actions panel in the ` jupyter-releaser ` fork
48
59
7 . Select the ` Draft Release ` workflow
49
60
50
- <!-- TODO: Add Draft Release workflow screenshot here -->
61
+ <p align =" center " >
62
+ <img src="media/draft_release_workflow.png" alt="Draft Release Workflow"
63
+ title="Draft Release Workflow" width="50%"/>
64
+ </p >
51
65
52
66
8 . Run the workflow with the same version spec as before, and optionally, a post version spec if you want to go back to a dev version in the target branch.
53
67
9 . When the workflow completes, go to the releases page in the target repository and verify that the new draft release is there with the correct changelog and dist files.
68
+
69
+ <p align =" center " >
70
+ <img src="media/draft_release_next_step.png" alt="Draft Release Next Step"
71
+ title="Draft Release Workflow" width="50%"/>
72
+ </p >
73
+
74
+ <p align =" center " >
75
+ <img src="media/draft_github_release.png" alt="Draft GitHub Release"
76
+ title="Draft GitHub Release" width="50%"/>
77
+ </p >
78
+
54
79
10 . Copy the url of the draft release.
55
80
11 . Run the ` Publish Release ` workflow from the ` jupyter-releaser ` fork.
56
81
57
- <!-- TODO: Add Publish Release workflow screenshot here -->
82
+ <p align =" center " >
83
+ <img src="media/publish_release_workflow.png" alt="Publish Release Workflow"
84
+ title="Publish Release Workflow" width="50%"/>
85
+ </p >
86
+
87
+ <p align =" center " >
88
+ <img src="media/publish_release_next_step.png" alt="Publish Release Next Step"
89
+ title="Publish Release Next Step" width="50%"/>
90
+ </p >
58
91
59
- <!-- TODO: Add Github release image here -->
92
+ <p align =" center " >
93
+ <img src="media/final_github_release.png" alt="Final GitHub Release"
94
+ title="Final GitHub Release" width="50%"/>
95
+ </p >
60
96
61
97
12 . If the release was on a backport branch, a forward port PR will have been opened against
62
98
the default branch with the new changelog entry. Review and merge this PR.
0 commit comments