Skip to content

Commit c1d7226

Browse files
committed
Update style in changelog
1 parent 63e2dde commit c1d7226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Due to the refactoring one minor breaking change had to be done. See the list be
88

99
### **Breaking Changes**
1010

11-
* GIT: The configuration options are now all contained in the release closure. If you were using one of the options *requireBranch*, *pushToRemote* or *pushToCurrentBranch* you need to adjust your config. See [upgrade instructions](UPGRADE.md#20-to-21).
11+
* GIT: The configuration options are now all contained in the release closure. If you were using one of the options ```requireBranch```, ```pushToRemote``` or ```pushToCurrentBranch``` you need to adjust your config. See [upgrade instructions](UPGRADE.md#20-to-21).
1212

1313
### New Features
1414

@@ -35,7 +35,7 @@ release {
3535

3636
### Deprecated Features
3737

38-
* COMMON: The configuration options ```includeProjectNameInTag``` and ```tagPrefix``` are deprecated and will be remove with 3.0. Please migrate to tagTemplate. See [upgrade instructions](UPGRADE.md#20-to-21). (#96)
38+
* COMMON: The configuration options ```includeProjectNameInTag``` and ```tagPrefix``` are deprecated and will be remove with 3.0. Please migrate to ```tagTemplate```. See [upgrade instructions](UPGRADE.md#20-to-21). (#96)
3939
* COMMON: Depending on any internal release task like **createReleaseTag** is highly discouraged. Use the **beforeReleaseBuild** or **afterReleaseBuild** tasks. See [upgrade instructions](UPGRADE.md#20-to-21).
4040

4141
## 2.0.2

0 commit comments

Comments
 (0)