docs: Add Bitbucket section

This commit is contained in:
tsuyoshiwada 2018-04-14 15:58:40 +09:00
parent 21ae9e8388
commit a00a2f206f

View file

@ -283,9 +283,9 @@ Git execution command.
CHANGELOG style. Automatic linking of issues and notices, initial value setting such as merges etc. are done automatically. CHANGELOG style. Automatic linking of issues and notices, initial value setting such as merges etc. are done automatically.
| Required | Type | Default | Description | | Required | Type | Default | Description |
|:---------|:-------|:---------|:-----------------------------------------| |:---------|:-------|:---------|:------------------------------------------------------|
| N | String | `"none"` | Should be `"github"` `"gitlab"` `"none"` | | N | String | `"none"` | Should be `"github"` `"gitlab"` `"bitbucket"``"none"` |
### `template` ### `template`
@ -429,11 +429,11 @@ See godoc [RenderData][doc-render-data] for available variables.
## Supported Styles ## Supported Styles
| Name | Status | Features | | Name | Status | Features |
|:-------------------------------------------|:----------------------|:-------------------------------------------------------| |:-------------------------------------------|:-------------------|:-------------------------------------------------------|
| [GitHub](https://github.com/) | :white_check_mark: | Mentions automatic link. Automatic link to references. | | [GitHub](https://github.com/) | :white_check_mark: | Mentions automatic link. Automatic link to references. |
| [GitLab](https://about.gitlab.com/) | :white_check_mark: | Mentions automatic link. Automatic link to references. | | [GitLab](https://about.gitlab.com/) | :white_check_mark: | Mentions automatic link. Automatic link to refkrentes. |
| [Bitbucket](https://bitbucket.org/product) | :white_medium_square: | - | | [Bitbucket](https://bitbucket.org/product) | :white_check_mark: | Mentions automatic link. Automatic link to references. |
> :memo: Even with styles that are not yet supported, it is possible to make ordinary CHANGELOG. > :memo: Even with styles that are not yet supported, it is possible to make ordinary CHANGELOG.
@ -458,7 +458,7 @@ See godoc [RenderData][doc-render-data] for available variables.
## TODO ## TODO
* [x] Windows Support * [x] Windows Support
* [ ] More styles (GitLab, Bitbucket, and others ...) * [x] More styles (GitHub, GitLab, Bitbucket :tada:)
* [ ] Snippetization of configuration files (improvement of reusability) * [ ] Snippetization of configuration files (improvement of reusability)
* [ ] More test test test ... (and example) * [ ] More test test test ... (and example)