You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+35-17
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,26 @@
2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+
## Unreleased
6
+
### GitHub #31
7
+
8
+
**Merge pull request #31 from edeso/simplePlainTextExample**
9
+
10
+
* Add unescaped simple plain text example
11
+
12
+
[b22f0da746acfa7](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b22f0da746acfa7) Tomas Bjerre *2021-05-25 14:07:41*
13
+
14
+
15
+
### No issue
16
+
17
+
**Add unescaped simple plain text example**
18
+
19
+
20
+
[7f8db986669cdb9](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/7f8db986669cdb9) ed *2021-05-25 13:57:25*
21
+
22
+
5
23
## 1.69
6
-
### GitHub [#27](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/27) Support custom headers to JIRA to bypass 2 factor auth
24
+
### GitHub #27
7
25
8
26
**Merge pull request #27 from drhip/feature/extended_headers**
9
27
@@ -49,7 +67,7 @@ Changelog of Git Changelog Maven plugin.
@@ -123,7 +141,7 @@ Changelog of Git Changelog Maven plugin.
123
141
124
142
125
143
## 1.61
126
-
### GitHub [#12](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/12) Add a skip configration option
144
+
### GitHub #12
127
145
128
146
**Adding skip option #12**
129
147
@@ -205,7 +223,7 @@ Changelog of Git Changelog Maven plugin.
205
223
206
224
207
225
## 1.55
208
-
### GitHub [#10](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/10) docs: Updates README.md to improve readability
226
+
### GitHub #10
209
227
210
228
**Merge pull request #10 from lennonjesus/patch-1**
211
229
@@ -287,7 +305,7 @@ Changelog of Git Changelog Maven plugin.
287
305
288
306
289
307
## 1.50
290
-
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
308
+
### GitHub #9
291
309
292
310
**Defaulting ignoreCommitsWithoutIssue #9**
293
311
@@ -451,7 +469,7 @@ Changelog of Git Changelog Maven plugin.
451
469
452
470
453
471
## 1.39
454
-
### GitHub [#7](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/7) Fix fromCommit and fromRef property typo
472
+
### GitHub #7
455
473
456
474
**Merge pull request #7 from dunse/patch-1**
457
475
@@ -739,7 +757,7 @@ Changelog of Git Changelog Maven plugin.
739
757
740
758
741
759
## 1.20
742
-
### GitHub [#6](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/6) GitHub OAuth2 Token support
760
+
### GitHub #6
743
761
744
762
**Support GitHub OAuth2 tokens #6**
745
763
@@ -837,7 +855,7 @@ Changelog of Git Changelog Maven plugin.
837
855
838
856
839
857
## 1.14
840
-
### GitHub [#5](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/5) One line git commit messege
This is a Maven plugin for [Git Changelog Lib](https://github.com/tomasbjerre/git-changelog-lib).
6
7
7
-
## Usage ##
8
+
## Usage
9
+
8
10
There is a running example [here](https://github.com/tomasbjerre/git-changelog-maven-plugin/tree/master/git-changelog-maven-plugin-example).
9
11
10
12
Have a look at the [pom.xml](https://github.com/tomasbjerre/git-changelog-maven-plugin/blob/master/git-changelog-maven-plugin-example/pom.xml) where you will find some more examples.
@@ -28,9 +30,20 @@ Here is and example that will generate a CHANGELOG.md when running `mvn generate
You can add your own helpers and use them in the template. There are also [built in Helpers](https://github.com/tomasbjerre/git-changelog-lib#Helpers).
0 commit comments