-
Notifications
You must be signed in to change notification settings - Fork 2
Release
Shun Kosaka edited this page Aug 12, 2021
·
5 revisions
- Create a release branch for the new version. Branch name should be like
release/vX.Y.Z
. - Summarize the features and/or bugs fixed in
CHANGELOG.md
. - Update
app.json
. - Push the branch and create a pull request.
- After merged, create the tag in new release page. GitHub Actions will automatically generate the
.apk
file. - Attach the
.apk
file in the release page.
- Create a release branch for the new version. Branch name should be like
release/vX.Y.Z
. - Summarize the features and/or bugs fixed in
CHANGELOG.md
. - Update the
sfdx-project.json
and create the new package version.
sfdx force:package:version:create --path "force-app" -x --wait 10 --codecoverage
- Install the package in your org and test it. If there's something wrong, fix it and repeat Step 3.
- Push the branch and create a pull request.
- After merged, promote the package version.
sfdx force:package:version:promote -p 04tXXXXX....
- Update the installation link and package id in Salesforce setup wiki page.
- Home
- About this project
- Architecture Overview
- Getting Started
- Getting Your Field Workers Started
- Further Customization
- Contributing as a Developer to This Project
- Additional Working Docs