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
Wiki
Development documentation
Creating a release
Changes
Page history
New page
Templates
Clone repository
Update Creating a release
authored
3 years ago
by
Ryan Harg
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Development-Documentation/Creating-a-release.md
+6
-6
6 additions, 6 deletions
Development-Documentation/Creating-a-release.md
with
6 additions
and
6 deletions
Development-Documentation/Creating-a-release.md
View page @
cbf1fcf0
...
...
@@ -20,18 +20,18 @@ The format of the version code should follow this pattern:
4.
Concat the tokens in the same order to a string and add 3 trailing zeroes
5.
Strip leading zeros
Example: 1.2.3
Result: 102030000
**
Example
**
: 1.2.3
\
**
Result
**
: 102030000
Example: 0.1.0
Result: 1000000
**
Example
**
: 0.1.0
\
**
Result
**
: 1000000
### Version name
The version name is simple: Use the original version number and append
`-fdroid`
.
Example: 1.2.3
Result: 1.2.3-fdroid
**
Example
**
: 1.2.3
\
**
Result
**
: 1.2.3-fdroid
## Tag the application
...
...
This diff is collapsed.
Click to expand it.