Skip to content

Commit 38055ac

Browse files
committed
Release 6.0.3
1 parent afd8faa commit 38055ac

File tree

1 file changed

+64
-106
lines changed

1 file changed

+64
-106
lines changed

CHANGELOG.md

+64-106
Original file line numberDiff line numberDiff line change
@@ -1,168 +1,126 @@
1-
# CHANGE LOG
1+
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/)
56
and this project adheres to [Semantic Versioning](http://semver.org/).
67

7-
----
88
## [Unreleased]
99

10-
### Added
11-
12-
### Changed
13-
14-
### Deprecated
15-
16-
### Removed
17-
10+
## [6.0.3] - 2021-11-15
1811
### Fixed
19-
2012
- [JavaScript] Removed tag property from git object if it is undefined
21-
([PR#4](https://github.com/cucumber/create-meta/pull/4))
13+
([PR#4](https://github.com/cucumber/create-meta/pull/4))
2214

2315
## [6.0.2] - 2021-10-18
24-
2516
### Fixed
26-
2717
- [Ruby] Generate cucumber messages rather than plain ruby hashes
28-
([PR#1772](https://github.com/cucumber/common/pull/1772))
18+
([PR#1772](https://github.com/cucumber/common/pull/1772))
2919

3020
## [6.0.1] - 2021-07-19
31-
3221
### Changed
33-
34-
* Upgrade `cucumber-messages` to v17.0.1
22+
- Upgrade `cucumber-messages` to v17.0.1
3523

3624
## [6.0.0] - 2021-07-08
37-
3825
### Added
39-
40-
* Detect and populate `Ci#buildNumber` for all supported CI servers.
41-
([#1632](https://github.com/cucumber/common/pull/1632)
42-
[#1606](https://github.com/cucumber/common/issues/1606)
43-
[aslakhellesoy])
26+
- Detect and populate `Ci#buildNumber` for all supported CI servers.
27+
([#1632](https://github.com/cucumber/common/pull/1632)
28+
[#1606](https://github.com/cucumber/common/issues/1606)
29+
[aslakhellesoy](https://github.com/aslakhellesoy))
4430

4531
### Changed
46-
* [Java] Removed implicit utility class constructors and made classes final
47-
48-
### Removed
49-
50-
* Removed support for TeamCity since it doesn't seem to expose enough environment variables.
32+
- [Java] Removed implicit utility class constructors and made classes final
5133

5234
### Fixed
35+
- Improve detection of Bamboo environment variables
36+
- Improve detection of Azure environment variables
37+
- Fix `Git#remote` for CodeFresh
5338

54-
* Improve detection of Bamboo environment variables
55-
* Improve detection of Azure environment variables
56-
* Fix `Git#remote` for CodeFresh
39+
### Removed
40+
- Removed support for TeamCity since it doesn't seem to expose enough environment variables.
5741

5842
## [5.0.0] - 2021-05-17
59-
6043
### Added
61-
62-
* Added support for [Jenkins](https://www.jenkins.io/) (via the [Git plugin](https://plugins.jenkins.io/git/))
63-
([#1253](https://github.com/cucumber/common/issues/1253)
64-
[#1553](https://github.com/cucumber/common/pull/1553)
65-
[aslakhellesoy])
66-
* Added support for [Bitrise](https://www.bitrise.io/)
67-
([#1490](https://github.com/cucumber/common/issues/1490)
68-
[#1553](https://github.com/cucumber/common/pull/1553)
69-
[aslakhellesoy])
70-
* Added support for [CodeFresh](https://codefresh.io/)
71-
([#1553](https://github.com/cucumber/common/pull/1553)
72-
[aslakhellesoy])
73-
* Added support for [CodeShip](https://www.cloudbees.com/products/codeship)
74-
([#1553](https://github.com/cucumber/common/pull/1553)
75-
[aslakhellesoy])
44+
- Added support for [Jenkins](https://www.jenkins.io/) (via the [Git plugin](https://plugins.jenkins.io/git/))
45+
([#1253](https://github.com/cucumber/common/issues/1253)
46+
[#1553](https://github.com/cucumber/common/pull/1553)
47+
[aslakhellesoy](https://github.com/aslakhellesoy))
48+
- Added support for [Bitrise](https://www.bitrise.io/)
49+
([#1490](https://github.com/cucumber/common/issues/1490)
50+
[#1553](https://github.com/cucumber/common/pull/1553)
51+
[aslakhellesoy](https://github.com/aslakhellesoy))
52+
- Added support for [CodeFresh](https://codefresh.io/)
53+
([#1553](https://github.com/cucumber/common/pull/1553)
54+
[aslakhellesoy](https://github.com/aslakhellesoy))
55+
- Added support for [CodeShip](https://www.cloudbees.com/products/codeship)
56+
([#1553](https://github.com/cucumber/common/pull/1553)
57+
[aslakhellesoy](https://github.com/aslakhellesoy))
7658

7759
### Changed
78-
79-
* Upgrade messages to 16.0.0
60+
- Upgrade messages to 16.0.0
8061

8162
### Fixed
82-
83-
* Fixed detection of Semaphore build url.
84-
* Fixed detection of GoCD build url.
63+
- Fixed detection of Semaphore build url.
64+
- Fixed detection of GoCD build url.
8565

8666
## [4.0.0] - 2021-03-29
87-
8867
### Changed
89-
90-
* Upgrade messages to 15.0.0
68+
- Upgrade messages to 15.0.0
9169

9270
## [3.0.0] - 2021-02-09
93-
9471
### Changed
95-
96-
* Upgrade messages to 14.0.1
72+
- Upgrade messages to 14.0.1
9773

9874
## [2.0.4] - 2020-10-29
99-
10075
### Fixed
101-
102-
* Handle null values in ci dict
103-
([#1228](https://github.com/cucumber/cucumber/issues/1228)
104-
[#1229](https://github.com/cucumber/cucumber/pull/1229)
105-
[kgeilmann])
76+
- Handle null values in ci dict
77+
([#1228](https://github.com/cucumber/cucumber/issues/1228)
78+
[#1229](https://github.com/cucumber/cucumber/pull/1229)
79+
[kgeilmann](https://github.com/kgeilmann))
10680

10781
## [2.0.2] - 2020-09-03
10882

109-
### Security fixes
110-
111-
* remove credentials in git remote [#1168](https://github.com/cucumber/cucumber/pull/1168)
112-
11383
## [2.0.1] - 2020-08-18
114-
11584
### Fixed
116-
117-
* Ruby: Add the ci property to meta message
85+
- Ruby: Add the ci property to meta message
11886

11987
## [2.0.0] - 2020-08-07
120-
12188
### Changed
122-
123-
* Update `messages` to 13.0.1
89+
- Update `messages` to 13.0.1
12490

12591
### Fixed
126-
127-
* Java: Use `java.vm.name` instead of `java.vendor` (which is `N/A` on OpenJDK)
128-
* Java: Use `java.vm.version` instead of `java.version`
129-
* Support GitHub Enterprise by using `GITHUB_SERVER_URL` to construct URLs
92+
- Java: Use `java.vm.name` instead of `java.vendor` (which is `N/A` on OpenJDK)
93+
- Java: Use `java.vm.version` instead of `java.version`
94+
- Support GitHub Enterprise by using `GITHUB_SERVER_URL` to construct URLs
13095

13196
## [1.2.0] - 2020-07-31
132-
13397
### Changed
134-
135-
* Updated `messages` to v12.4.0
98+
- Updated `messages` to v12.4.0
13699

137100
## [1.1.0] - 2020-07-30
138-
139101
### Changed
140-
141-
* Updated `messages` to v12.3.2
102+
- Updated `messages` to v12.3.2
142103

143104
## [1.0.0] - 2020-06-29
144-
145105
### Added
146-
147-
* First release
148-
149-
<!-- Releases -->
150-
[Unreleased]: https://github.com/cucumber/create-meta/compare/v6.0.2...main
151-
[6.0.2]: https://github.com/cucumber/create-meta/compare/v6.0.1...v6.0.2
152-
[6.0.1]: https://github.com/cucumber/create-meta/compare/v6.0.0...v6.0.1
153-
[6.0.0]: https://github.com/cucumber/create-meta/compare/v5.0.0...v6.0.0
154-
[5.0.0]: https://github.com/cucumber/create-meta/compare/v4.0.0...v5.0.0
155-
[4.0.0]: https://github.com/cucumber/create-meta/compare/v3.0.0...v4.0.0
156-
[3.0.0]: https://github.com/cucumber/create-meta/compare/v2.0.4...v3.0.0
157-
[2.0.4]: https://github.com/cucumber/create-meta/compare/v2.0.2...v2.0.4
158-
[2.0.2]: https://github.com/cucumber/create-meta/compare/v2.0.1...v2.0.2
159-
[2.0.1]: https://github.com/cucumber/create-meta/compare/v2.0.0...v2.0.1
160-
[2.0.0]: https://github.com/cucumber/create-meta/compare/v1.2.0...v2.0.0
161-
[1.2.0]: https://github.com/cucumber/create-meta/compare/v1.1.0...v1.2.0
162-
[1.1.0]: https://github.com/cucumber/create-meta/compare/v1.0.0...v1.1.0
163-
[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0
164-
165-
<!-- Contributors in alphabetical order -->
106+
- First release
107+
108+
[Unreleased]: https://github.com/cucumber/create-meta/compare/v6.0.3...main
109+
[6.0.3]: https://github.com/cucumber/create-meta/compare/v6.0.2...main
110+
[6.0.2]: https://github.com/cucumber/create-meta/compare/v6.0.1...v6.0.2
111+
[6.0.1]: https://github.com/cucumber/create-meta/compare/v6.0.0...v6.0.1
112+
[6.0.0]: https://github.com/cucumber/create-meta/compare/v5.0.0...v6.0.0
113+
[5.0.0]: https://github.com/cucumber/create-meta/compare/v4.0.0...v5.0.0
114+
[4.0.0]: https://github.com/cucumber/create-meta/compare/v3.0.0...v4.0.0
115+
[3.0.0]: https://github.com/cucumber/create-meta/compare/v2.0.4...v3.0.0
116+
[2.0.4]: https://github.com/cucumber/create-meta/compare/v2.0.2...v2.0.4
117+
[2.0.2]: https://github.com/cucumber/create-meta/compare/v2.0.1...v2.0.2
118+
[2.0.1]: https://github.com/cucumber/create-meta/compare/v2.0.0...v2.0.1
119+
[2.0.0]: https://github.com/cucumber/create-meta/compare/v1.2.0...v2.0.0
120+
[1.2.0]: https://github.com/cucumber/create-meta/compare/v1.1.0...v1.2.0
121+
[1.1.0]: https://github.com/cucumber/create-meta/compare/v1.0.0...v1.1.0
122+
[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0
123+
in alphabetical order -->
166124
[aslakhellesoy]: https://github.com/aslakhellesoy
167125
[kgeilmann]: https://github.com/kgeilmann
168126
[vincent-psarga]: https://github.com/vincent-psarga

0 commit comments

Comments
 (0)