Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Funkwhale Android
Manage
Activity
Members
Labels
Plan
Issues
72
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
Funkwhale Android
Merge requests
!112
#97
: Commit and push updated fdroid version script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#97
: Commit and push updated fdroid version script
enhancement/97-commit-updated-fdroid-version
into
develop
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Ryan Harg
requested to merge
enhancement/97-commit-updated-fdroid-version
into
develop
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
develop
version 1
3c48a081
3 years ago
develop (base)
and
latest version
latest version
9d77c906
1 commit,
3 years ago
version 1
3c48a081
1 commit,
3 years ago
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dist/create-release.sh
+
3
−
2
Options
@@ -77,9 +77,10 @@ git commit --message "Update changelog for version $TAG"
# Write versionCode and versionName to a file that F-Droid can parse
echo
"versionCode =
$(
version_code
"
${
TOKENS
[@]
}
"
)
versionName =
$TAG
"
>
fdroidversion.txt
echo
"Tagging the application...
"
git add fdroidversion.txt
git commit
--message
"Update version information for F-Droid
"
# Create and push tag
echo
"Tagging the application..."
git tag
-a
-s
-m
"
$MESSAGE
"
"
$TAG
"
git push
--tags
Loading