You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,8 @@ Detailed workflows are available to draft a changelog, draft a release, publish
65
65
- Checks the links in Markdown and reStructuredText files
66
66
- Adds a commit that includes the hashes of the dist files
67
67
- Creates an annotated version tag in standard format
68
-
- If given, bumps the version using the post version spec
68
+
- If given, bumps the version using the post version spec. The post version
69
+
spec can also be given as a setting, see the [Write Releaser Config Guide](https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/write_config.html).
69
70
- Pushes the commits and tag to the target `branch`
70
71
- Publishes a draft GitHub release for the tag with the changelog entry as the text
0 commit comments