1.0.4 • Published 1 year ago

semantic-release-aliucordrn-plugin v1.0.4

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
1 year ago

semantic-release-aliucordrn-plugin

semantic-release to update an AliucordRN plugin's version field in the manifest.json file.

StepDescription
verifyConditionsVerify if the file manifestFile in configuration exists.
prepareVerify if the contents of file manifest file is valid and updates the manifest file's version field.

Install

$ npm install semantic-release-aliucordrn-plugin -D

Options

OptionsDescriptionDefault
manifestFileThe path to the manifest.json file which contains the plugin's metadata${CWD}/manifest.jsonWhere CWD is context.cwd given by semantic-release or if undefined, process.cwd().

Examples

{
  "plugins": [
    "@semantic-release/commit-analyzer",
    "@semantic-release/release-notes-generator",
    [
      "semantic-release-aliucordrn-plugin",
      {
        "manifestFile": "manifest.json"
      }
    ],
    [
      "@semantic-release/git",
      {
        "assets": [
          "manifest.json"
        ]
      }
    ]
  ]
}
1.0.4-dev.1

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago