New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@getluko/mobile-release-process

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getluko/mobile-release-process

Scripts to automate git flow used by mobile team to release

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-84.62%
Maintainers
3
Weekly downloads
 
Created
Source

@getluko/mobile-release-process

Scripts to automate git flow used by our mobile team when releasing.

The mobile-release-process command will:

  • Ask you several questions to be sure that you can start the release
  • Check the next app version number
  • Prepare the master branch
  • Push the branch to build the next alpha
  • Prepare the next release
  • Clean up the temporary branch

Configuration

  1. Install the package:
yarn add @getluko/mobile-release-process --dev
  1. Disclaimer: you need to edit src/configuration.ts to reflet your project file

We think about making this configuration dynamic on a next iteration if needed.

  1. Run the script
npx mobile-release-process

Next steps

  • Support patch release
  • Externalize changelog depdendency
  • Make git branch configuration dynamic
  • Create alpha branch locally if not exist
  • Export individual script for bump

FAQs

Package last updated on 21 Sep 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc