Never run nor suggest git add -A at anytime.
You are NOT allowed to add nor commit nor push on master. You can create a new branch prefixed with `agent/', where you can add, commit and push.
Update the version number on line 3:
Version X.Y.Z
Add a new <release> entry at the top of the <releases> section (after line 272):
<release version="X.Y.Z" date="YYYY-MM-DD">
<description>
<ul>
<li>Change description</li>
<li xml:lang="de">Änderung Beschreibung</li>
<li xml:lang="el">Περιγραφή αλλαγής</li>
<li xml:lang="fr">Description du changement</li>
<li xml:lang="nb-NO">Endringsbeskrivelse</li>
<li xml:lang="pt">Descrição da mudança</li>
<li xml:lang="pt-BR">Descrição da mudança</li>
<li xml:lang="ru">Описание изменений</li>
<li xml:lang="ta">மாற்ற விவரణை</li>
<li xml:lang="zh-HANS">更改说明</li>
</ul>
</description>
</release>git add README.txt distrib/fmit.appdata.xml
git commit -m "vX.Y.Z"git tag -a vX.Y.Z -m "vX.Y.Z"
git push origin vX.Y.ZThe build.yml workflow triggers on tags (v*):
- Builds Linux (.deb), Windows (.exe) packages
- Creates a draft GitHub Release with all artifacts
- Go to GitHub → Releases
- Review the draft release
- Publish when ready