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
Revert "Update Creating a release"
authored
1 year ago
by
Georg Krause
This reverts commit 2ca4b8d61dac1ad2a61742fc760cda458da2e345.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Development-Documentation/Creating-a-release.md
+3
-3
3 additions, 3 deletions
Development-Documentation/Creating-a-release.md
with
3 additions
and
3 deletions
Development-Documentation/Creating-a-release.md
View page @
462c0ffd
...
...
@@ -19,14 +19,14 @@ The format of the version code should follow this pattern:
1.
A version format is supposed to look like this MAJOR.MINOR.PATCH, e.g. 1.2.3
2.
Tokenize the version at the dot
3.
Add trailing zeros for every token
4.
Concat the tokens in the same order to a string
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**
: 102030
**Result**
: 102030
000
**Example**
: 0.1.0
\
**Result**
: 1000
**Result**
: 1000
000
### Version name
...
...
This diff is collapsed.
Click to expand it.