Skip to content

Commit

Permalink
Tweak formatting of development release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Jul 1, 2024
1 parent a908e6c commit 2f447d6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,21 @@ To build the docs, use `just docs`.

## Releasing

### [GitHub Releases](https://github.com/brettcannon/python-launcher/releases)

1. Adjust the version number in [`Cargo.toml`](https://github.com/brettcannon/python-launcher/blob/main/Cargo.toml) (previous [releases](https://github.com/brettcannon/python-launcher/releases)).
1. Check that the relevant [action workflows](https://github.com/brettcannon/python-launcher/actions) are passing.
1. Run the [`release` pipeline](https://github.com/brettcannon/python-launcher/actions/workflows/release.yml).
1. Publish the [release](https://github.com/brettcannon/python-launcher/releases).
1. Make sure the docs are up-to-date based on the published version (e.g. the [installation instructions](install.md) link to the newest files)
1. Update the
[Homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/python-launcher.rb)
1. Get the URL to the
[release](https://github.com/brettcannon/python-launcher/releases) tarball
1. `curl --location <URL to tarball> | shasum --algorithm 256`
1. Create a
[version upgrade](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md#to-submit-a-version-upgrade-for-the-foo-formula) pull request with the [appropriate commit message](https://docs.brew.sh/Formula-Cookbook#commit)

### [Homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/python-launcher.rb)

1. Get the URL to the
[release](https://github.com/brettcannon/python-launcher/releases) tarball
1. `curl --location <URL to tarball> | shasum --algorithm 256`
1. Create a
[version upgrade](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md#to-submit-a-version-upgrade-for-the-foo-formula) pull request with the [appropriate commit message](https://docs.brew.sh/Formula-Cookbook#commit)

## Useful links

Expand Down

0 comments on commit 2f447d6

Please sign in to comment.