Skip to content

Commit

Permalink
update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Aug 2, 2024
1 parent 11d7448 commit 3684faf
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release checklist

on the command-line:
on the command-line, in a PR called "update-core-and-stuff-DATE":

1. update core:
```
Expand All @@ -10,10 +10,17 @@ on the command-line:
```

2. update translations:
$ ./scripts/tx-pull-translations.sh
`./scripts/tx-pull-translations.sh`
then commit

3. update local help:
$ ./scripts/create-local-help.sh
`./scripts/create-local-help.sh`
then commit

the "update-core-and-stuff-DATE" PR can be merged without review
(as everyrhing was already reviewed in their repos).

then, create a "bump-to-VERSION" PR:

4. a) update CHANGELOG.md
from https://github.com/deltachat/deltachat-core-rust/blob/main/CHANGELOG.md
Expand Down

0 comments on commit 3684faf

Please sign in to comment.