Browse Source

Merge branch 'dev' of https://git.hush.is/hush/SilentDragon into dev

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

3
doc/release-process.md

@ -10,6 +10,9 @@ It is best to keep doc/relnotes/README.md up to date as changes and bug fixes ar
See https://git.hush.is/hush/hush3/src/branch/master/doc/release-process.md#check-for-changes-on-master-that-should-be-on-dev , there is no sense repeating the exact same thing here.
## Dealing with merge conflicts
SD very often has merge conflicts in generated translation files, because QT embeds line numbers in XML. So even if you don't change translations, but add or remove even a single line from SD source code, it can change the XML. If there are actual changes to translations on both master and dev, you are out of luck and they need to be manually dealt with. But if you want to just use whatever is on master, you can do this:
```

Loading…
Cancel
Save