0.0.5 • Published 2 months ago

@lad-tech/semantic-release-config v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@lad-tech/semantic-release-config

Template semantic-release-config for mobile projects

Usage

  • yarn add -D semantic-release @lad-tech/semantic-release-config
  • add scripts into package.json:
{
  "name": "...",
  "version": "...",
  "scripts": {
    "postversion": "npx react-native-version -A",
    "release": "semantic-release"
  }
}
  • create .releaserc.json inside you project with:
{
  "extends": "@lad-tech/semantic-release-config"
}
  • add gitlab variables
    • GL_URL or GITLAB_URL
    • GL_TOKEN or GITLAB_TOKEN