lad-tech / semantic-release-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About


Languages

Language:JavaScript 100.0%