5.0.9 • Published 1 year ago

spire-plugin-semantic-release v5.0.9

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year ago

spire-plugin-semantic-release

semantic-release plugin for Spire.

Quick start

  1. Install spire-plugin-semantic-release
yarn add --dev spire-plugin-semantic-release
  1. Add spire-plugin-semantic-release to list of plugins
{
  "spire": {
    "plugins": ["spire-plugin-semantic-release"]
  }
}

Hooks

  • setup Adds release command and prepares semantic-release arguments.
  • run Runs semantic-release.

Options

  • Plugin ['spire-plugin-semantic-release', options]

    • command \<string> Command to run semantic-release on. Defaults to release.
    • config \<string> Default semantic-release configuration. Defaults to one of the configs in ./config/ based on the setting of provider.
    • provider \<'auto'|'none'|'github'|'gitlab'> Provider where the repository is hosted. Has no effect if config is set. auto will try to detect the provider based on the git remote url. Defaults to auto.
    • allowCustomConfig \<boolean> Whether to allow user-provided config. If this option is false and there's custom semantic-release config found it will throw an error. Defaults to true.
    • changelogName \<string> Case-sensitive changelog name. Defaults to changelog.md.
    • gitAuthorName \<string> Git author and commiter name. Defaults to undefined, which falls back to default value of semantic-release.
    • gitAuthorEmail \<string> Git author and commiter email. Defaults to undefined, which falls back to default value of semantic-release.
  • CLI npx spire release [args]

    • Passes all arguments as-is to semantic-release.

License

MIT © ResearchGate

5.0.5

1 year ago

5.0.9

1 year ago

5.0.1

3 years ago

5.0.0

3 years ago

3.2.3

3 years ago

4.1.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.2.2

3 years ago

3.0.2

4 years ago

3.0.0

4 years ago

2.1.5

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.1

4 years ago

2.0.2

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.8.4-next.47

4 years ago

1.8.4-next.49

4 years ago

1.8.4-next.42

4 years ago

1.8.4-next.27

4 years ago

1.8.2

4 years ago

1.8.0

4 years ago

1.7.3

4 years ago

1.7.2

5 years ago

1.7.2-next.1

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago