Browse Source

Update release process

pull/112/head
Jonathan "Duke" Leto 2 years ago
parent
commit
68256aab70
  1. 18
      doc/release-process.md

18
doc/release-process.md

@ -23,3 +23,21 @@ The last command uses the "theirs" merge strategy option to the "recursive" merg
If you have a messed up merge or you don't want to deal with conflicts right now, you can do `git merge --abort` to cancel a merge.
## Git Issues
Look for Git issues that should be fixed in the next release: https://git.hush.is/hush/SilentDragon/issues Especially low-risk and simple things and like documentation changes, improvements to error messages. Take note that changing strings in the source code, such as adding a new string or changing an existing one, will affect translations.
## Translations
...
```
# update generated translation data
./build.sh linguist
git commit -am "update translations"
git push
```
## Release process
...

Loading…
Cancel
Save