Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Funkwhale Android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Commits
9d77c906
Verified
Commit
9d77c906
authored
3 years ago
by
Ryan Harg
Browse files
Options
Downloads
Patches
Plain Diff
#97
: Commit and push updated fdroid version script
parent
43a7a10d
No related branches found
No related tags found
1 merge request
!112
#97: Commit and push updated fdroid version script
Pipeline
#16470
passed
3 years ago
Stage: test
Stage: visualize
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dist/create-release.sh
+3
-2
3 additions, 2 deletions
dist/create-release.sh
with
3 additions
and
2 deletions
dist/create-release.sh
+
3
−
2
View file @
9d77c906
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment