项目作者: pascalMN

项目描述 :
Gerrit release notes generator plugin for semantic-release
高级语言: TypeScript
项目地址: git://github.com/pascalMN/semantic-release-gerrit.git
创建时间: 2018-08-22T20:54:01Z
项目社区:https://github.com/pascalMN/semantic-release-gerrit

开源协议:

下载


semantic-release-gerrit

Customizable plugin for semantic-release to support projects in the Gerrit repositories

Build Status
npm latest version
semantic-release

generateNotes

Generates notes using conventional-changelog with ability to generate Gerrit review commit URL’s.
Also in notes header there is option to add Gerrit tag URL if there is gitiles plugin installed.

Options

  1. "generateNotes": [
  2. {
  3. "path": "semantic-release-gerrit",
  4. "gerritUrl": "http://localhost:8080",
  5. "issuesUrl": "http://jira.com/browse"
  6. }
  7. ]
Option Description Default
gerritUrl URL to Gerrit dashboard If not specified dashboard URL will be generated from repository URL
issuesUrl Optional URL to issues browser -

Usage

The plugin is used by semantic-release in generateNotes stage. Thanks for this commit URL’s in notes indicates reviews in Gerrit dashboard.