Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 6edfa57d authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #8168 from thunderbird/move_changelog

Move changelog to app module
parents 056e2867 1cb9ca9a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
<!--
     The master change log is kept in res/raw/changelog_master.xml.
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="0.1b1" versioncode="2" date="2024-09-25">
        <change>Initial build</change>
    </release>
</changelog>
+2 −2
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ Example `<app>.<realeaseType>.signing.properties` file:

1. Update versionCode and versionName in `app-k9mail/build.gradle.kts`
2. Create change log entries in
   - `app/ui/legacy/src/main/res/raw/changelog_master.xml`
   - `app-k9mail/src/main/res/raw/changelog_master.xml`
   - `app-metadata/com.fsck.k9/en-US/changelogs/${versionCode}.txt`
     Use past tense. Try to keep them high level. Focus on the user (experience).
3. Update the metadata link to point to K-9 Mail's data:
@@ -142,7 +142,7 @@ That way the new release won't contain any changes that weren't exposed to user
2. Update versionCode and versionName in `app-k9mail/build.gradle.kts` (stable releases use an even digit after the
   dot, e.g. `5.400`, `6.603`)
3. Create change log entries in
   - `app/ui/legacy/src/main/res/raw/changelog_master.xml`
   - `app-k9mail/src/main/res/raw/changelog_master.xml`
   - `app-k9mail/fastlane/metadata/android/en-US/changelogs/${versionCode}.txt`
     Use past tense. Try to keep them high level. Focus on the user (experience).
4. Update the metadata link to point to K-9 Mail's data:
+0 −282

File deleted.

Preview size limit exceeded, changes collapsed.