Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drip
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue 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
backup
Drip
Commits
ab45d2f1
Commit
ab45d2f1
authored
4 years ago
by
bl00dymarie
Browse files
Options
Downloads
Patches
Plain Diff
Add new RELEASE file
parent
b974ba1d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE.md
+22
-0
22 additions, 0 deletions
RELEASE.md
with
22 additions
and
0 deletions
RELEASE.md
0 → 100644
+
22
−
0
View file @
ab45d2f1
# How to release a new version
Note: You need the release-key to bundle a release that can be uploaded to Google Play Store.
Run the release wizard that takes you through all the steps necessary to prepare a new release:
```
./tools/release-wizard.js
```
This will trigger the following:
*
update version number
*
create a new tag for the release
*
update the changelog
*
make a release commit
To then bundle a release run the following command on your branch:
```
cd android && ./gradlew bundleRelease
```
This command creates an
`app.aab`
file in the folder
`/android/app/build/outputs/bundle/release`
.
\ No newline at end of file
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