Skip to content

Commit

Permalink
bump release version
Browse files Browse the repository at this point in the history
Also:
- change release note heading size
- fix release notes
- fix workflow
  • Loading branch information
cuong-tran committed Oct 28, 2024
1 parent 453f6b0 commit 2da0aca
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 26 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,12 @@ jobs:
tag_name: ${{ needs.prepare-build.outputs.TAG_NAME }}
name: Komikku Preview ${{ needs.prepare-build.outputs.TAG_NAME }} (${{ needs.prepare-build.outputs.VERSION_TAG }})
body: |
## What's Changed
### New
### What's Changed
#### New
### Improve
#### Improve
### Fix
#### Fix
**Full Changelog**: https://github.com/komikku-app/komikku/compare/${{ needs.prepare-build.outputs.PREV_TAG_NAME }}...${{ needs.prepare-build.outputs.TAG_NAME }}
Expand Down
24 changes: 5 additions & 19 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,6 @@ jobs:
with:
fetch-depth: 0

- name: Clone Submodule
run: |
mkdir -p $HOME/.ssh
echo '${{ secrets.ADBLOCKANDROID_DEPLOY }}' > $HOME/.ssh/ssh.key
chmod 600 $HOME/.ssh/ssh.key
export GIT_SSH_COMMAND="ssh -i $HOME/.ssh/ssh.key"
git submodule set-url ${{ env.SUBMODULE_PATH }} [email protected]:${{ env.REPO }}.git
git submodule update --init --recursive
git submodule set-url ${{ env.SUBMODULE_PATH }} https://github.com/${{ env.REPO }}.git
unset GIT_SSH_COMMAND
env:
SUBMODULE_PATH: AdblockAndroid
REPO: komikku-app/AdblockAndroid

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 # v4

Expand Down Expand Up @@ -208,14 +194,14 @@ jobs:
tag_name: ${{ needs.prepare-build.outputs.VERSION_TAG }}
name: Komikku ${{ needs.prepare-build.outputs.VERSION_TAG }}
body: |
## What's Changed
### New
### What's Changed
#### New
### Improve
#### Improve
### Fix
#### Fix
#### Based on
##### Based on
**Full Changelog**: https://github.com/komikku-app/komikku/compare/${{ needs.prepare-build.outputs.PREV_TAG_NAME }}...${{ needs.prepare-build.outputs.VERSION_TAG }}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
applicationId = "app.komikku"

versionCode = 71
versionName = "1.11.3"
versionName = "1.12.0"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/changelog_preview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<changelogtext>[b]Improve:[/b] rework panorama cover settings (@Cuong-Tran)</changelogtext>
<changelogtext>[b]Improve:[/b] update all trackers based on common data when new tracker is added (@Cuong-Tran)</changelogtext>
<changelogtext>[b]Improve:[/b] show a toast whenever progress is synced from Trackers (@Cuong-Tran)</changelogtext>
<changelogtext>[b]Improve:[/b] Allow completely disabling "Update tracker" snackbar on mark as read (@Roshan Varughese)</changelogtext>
<changelogtext>[b]Improve:[/b] Allow Always/Ask/Nerver update trackers on mark as read (@Roshan Varughese)</changelogtext>
<changelogtext>[b]Improve:[/b] Avoid blocking call causing lag in settings (@Cuong-Tran)</changelogtext>
<changelogtext>[b]Fix:[/b] for ExHentai (@az4521, @jobobby04)</changelogtext>
<changelogtext>[b]Fix:[/b] sync progress from tracker not working if chapters order is messed up after backup restoration (@Cuong-Tran)</changelogtext>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<changelogtext>[b]Improve:[/b] rework panorama cover settings</changelogtext>
<changelogtext>[b]Improve:[/b] update all trackers based on common data when new tracker is added</changelogtext>
<changelogtext>[b]Improve:[/b] show a toast whenever progress is synced from Trackers</changelogtext>
<changelogtext>[b]Improve:[/b] Allow completely disabling "Update tracker" snackbar on mark as read</changelogtext>
<changelogtext>[b]Improve:[/b] Allow Always/Ask/Nerver update trackers on mark as read</changelogtext>
<changelogtext>[b]Improve:[/b] Avoid blocking call causing lag in settings</changelogtext>
<changelogtext>[b]Improve:[/b] Add Quantity Badge to Upcoming Screen</changelogtext>
<changelogtext>[b]Improve:[/b] make global search pinned/all sticky</changelogtext>
Expand Down

0 comments on commit 2da0aca

Please sign in to comment.