Skip to content

Commit

Permalink
fixed underlining markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcdevin committed Jun 21, 2024
1 parent 398598d commit d8cdf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In the GitHub repository, click on *Releases*, click on *Draft new release*.

* Title the release with the [version number](https://semver.org/) preceded by a `v`, e.g., `v1.0.0`. Nothing else should go in the title.
* Tag the release using the same name as the *Title*.
* <u>Temporarily</u> change the *Target* branch to `dev`, then click on *Generate release notes*. This adds the PR messages and contributors. Ideally nothing more is needed, but might require minor editing/formatting. <u>**Be sure to change the *Target* back to `main` after the release notes are generated!!!**</u>
* <ins>Temporarily</ins> change the *Target* branch to `dev`, then click on *Generate release notes*. This adds the PR messages and contributors. Ideally nothing more is needed, but might require minor editing/formatting. <ins>**Be sure to change the *Target* back to `main` after the release notes are generated!!!**</ins>
* Select the *Create a discussion* checkmark and mark as *Announcement*.

This will trigger the PyPI, Conda, and GH-Pages build and deploy.
Expand Down

0 comments on commit d8cdf73

Please sign in to comment.