Skip to content

Commit

Permalink
chore: fix changelog.txt format
Browse files Browse the repository at this point in the history
  • Loading branch information
AkesiSeli committed Nov 17, 2024
1 parent c01b93f commit 38fbab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ Symbols used in version numbers:
- [ ] increment `versionCode` (ε) and `versionName` (α.β.γ) in `androidApp/build.gradle.kts`
- [ ] create a file called `ε.txt` under `fastlane/metadata/android/en-US/changelogs/` with the
change list
- [ ] _copy_ the changelog content to `res/changelog.txt` (after the headline)
- [ ] copy the content of the changelog to `res/changelog.txt` (after the headline)
- [ ] add everything to stage and create a commit with the message "version α.β.γ"
- [ ] tag the commit with the label "α.β.γ"
- [ ] push both the commit and tag to `origin`
Expand Down
3 changes: 2 additions & 1 deletion res/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<h2>What's Changed</h2>
## What's Changed

- fix: ripple effects (e.g. top bar titles, drawer drop-down button)
- fix: video rendering in timelines and attachment detail
- feat: button to reveal sensitive images in timelines
Expand Down

0 comments on commit 38fbab0

Please sign in to comment.