mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
docs: Add Bitbucket section
This commit is contained in:
parent
21ae9e8388
commit
a00a2f206f
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue