Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@getluko/mobile-release-process
Advanced tools
Scripts to automate git flow used by mobile team to release
Scripts to automate git flow used by our mobile team when releasing. usefull for release and patch.
The mobile-release-process release
command will:
yarn add @getluko/mobile-release-process --dev
.mobile-release-process.config.json
{
"infoPlist": "./ios/<project_name>/Info.plist", // mandatory, path to the Info.plist file
"buildGradle": "./android/app/build.gradle", // mandatory, path to the build.gradle file
"git": {
"alphaBranch": "alpha", // optional (default: alpha)
"devBranch": "dev", // optional (default: dev)
"masterBranch": "master", // optional (default: master)
"releaseBranch": "release", // optional (default: release)
"stagingBranch": "staging" // optional (default: staging)
},
// Use during the script execution to output shortcut link in the terminal
"releaseCILink": "https://app.bitrise.io/app/xxxxxxxxxx", // optional (default: undefined)
"releaseTrackingLink": "https://www.notion.so/xxxx/xxxxx", // optional (default: undefined)
"playConsole": "https://play.google.com/console/xxxxx", // optional (default: undefined)
"testflight": "https://appstoreconnect.apple.com/xxxxx" // optional (default: undefined)
}
Release a new version of the app (new alpha), will bump by 10 the version number and buildNumber
npx mobile-release-process release
Release a patch for the current app in alpha, will bump by 1 the version number and buildNumber
npx mobile-release-process alpha-patch
Prepare the next alpha branch, we use this script with bitrise to build the next release in alpha
npx mobile-release-process create-alpha-branch
bump the version number by 1 or 10
npx mobile-release-process build-version-script
bump the build number by 1 or 10
npx mobile-release-process build-version-script
FAQs
Scripts to automate git flow used by mobile team to release
We found that @getluko/mobile-release-process demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.