Skip to content

Commit af9ff90

Browse files
committed
Update CA bundle
1 parent 686d4cf commit af9ff90

2 files changed

Lines changed: 334 additions & 384 deletions

File tree

RELEASE.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,31 @@
22

33
This document simply outlines the release process:
44

5-
1. Remove all `-dev` extension from versions (see below for all files)
5+
1. Run `mix certdata` to update the CA bundle
66

7-
2. Ensure CHANGELOG is updated and add current date
7+
2. Remove all `-dev` extension from versions (see below for all files)
88

9-
3. Update the local `scripts/release_hex.sh` with the Elixir and OTP versions Hex should be built against.
9+
3. Ensure CHANGELOG is updated and add current date
1010

11-
4. Commit changes above with title "Release vVERSION" and generate new tag
11+
4. Update the local `scripts/release_hex.sh` with the Elixir and OTP versions Hex should be built against.
1212

13-
5. Set branch latest to the new tag: `git switch latest && git merge --ff-only vVERSION && git switch -`
13+
5. Commit changes above with title "Release vVERSION" and generate new tag
1414

15-
6. Push main branch, latest branch and the new tag: `git push origin main latest --tags`
15+
6. Set branch latest to the new tag: `git switch latest && git merge --ff-only vVERSION && git switch -`
1616

17-
7. Create GitHub release
17+
7. Push main branch, latest branch and the new tag: `git push origin main latest --tags`
1818

19-
8. Run the `scripts/release_hex.sh` script and set the path to the private key for Elixir `ELIXIR_PEM=path/to/elixir.pem ./scripts/release_hex.sh VERSION` where `VERSION` is the Hex version being released without a `v` prefix
19+
8. Create GitHub release
2020

21-
9. Purge "installs" key on Fastly dashboard
21+
9. Run the `scripts/release_hex.sh` script and set the path to the private key for Elixir `ELIXIR_PEM=path/to/elixir.pem ./scripts/release_hex.sh VERSION` where `VERSION` is the Hex version being released without a `v` prefix
2222

23-
10. Increment version and add `-dev` extension to versions (see below for all files)
23+
10. Purge "installs" key on Fastly dashboard
2424

25-
11. Commit changes above with title "Bump to vVERSION-dev"
25+
11. Increment version and add `-dev` extension to versions (see below for all files)
2626

27-
12. Push main
27+
12. Commit changes above with title "Bump to vVERSION-dev"
28+
29+
13. Push main
2830

2931
## All builds
3032

0 commit comments

Comments
 (0)