-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
64 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,168 +1,126 @@ | ||
# CHANGE LOG | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
---- | ||
## [Unreleased] | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
## [6.0.3] - 2021-11-15 | ||
### Fixed | ||
|
||
- [JavaScript] Removed tag property from git object if it is undefined | ||
([PR#4](https://github.com/cucumber/create-meta/pull/4)) | ||
([PR#4](https://github.com/cucumber/create-meta/pull/4)) | ||
|
||
## [6.0.2] - 2021-10-18 | ||
|
||
### Fixed | ||
|
||
- [Ruby] Generate cucumber messages rather than plain ruby hashes | ||
([PR#1772](https://github.com/cucumber/common/pull/1772)) | ||
([PR#1772](https://github.com/cucumber/common/pull/1772)) | ||
|
||
## [6.0.1] - 2021-07-19 | ||
|
||
### Changed | ||
|
||
* Upgrade `cucumber-messages` to v17.0.1 | ||
- Upgrade `cucumber-messages` to v17.0.1 | ||
|
||
## [6.0.0] - 2021-07-08 | ||
|
||
### Added | ||
|
||
* Detect and populate `Ci#buildNumber` for all supported CI servers. | ||
([#1632](https://github.com/cucumber/common/pull/1632) | ||
[#1606](https://github.com/cucumber/common/issues/1606) | ||
[aslakhellesoy]) | ||
- Detect and populate `Ci#buildNumber` for all supported CI servers. | ||
([#1632](https://github.com/cucumber/common/pull/1632) | ||
[#1606](https://github.com/cucumber/common/issues/1606) | ||
[aslakhellesoy](https://github.com/aslakhellesoy)) | ||
|
||
### Changed | ||
* [Java] Removed implicit utility class constructors and made classes final | ||
|
||
### Removed | ||
|
||
* Removed support for TeamCity since it doesn't seem to expose enough environment variables. | ||
- [Java] Removed implicit utility class constructors and made classes final | ||
|
||
### Fixed | ||
- Improve detection of Bamboo environment variables | ||
- Improve detection of Azure environment variables | ||
- Fix `Git#remote` for CodeFresh | ||
|
||
* Improve detection of Bamboo environment variables | ||
* Improve detection of Azure environment variables | ||
* Fix `Git#remote` for CodeFresh | ||
### Removed | ||
- Removed support for TeamCity since it doesn't seem to expose enough environment variables. | ||
|
||
## [5.0.0] - 2021-05-17 | ||
|
||
### Added | ||
|
||
* Added support for [Jenkins](https://www.jenkins.io/) (via the [Git plugin](https://plugins.jenkins.io/git/)) | ||
([#1253](https://github.com/cucumber/common/issues/1253) | ||
[#1553](https://github.com/cucumber/common/pull/1553) | ||
[aslakhellesoy]) | ||
* Added support for [Bitrise](https://www.bitrise.io/) | ||
([#1490](https://github.com/cucumber/common/issues/1490) | ||
[#1553](https://github.com/cucumber/common/pull/1553) | ||
[aslakhellesoy]) | ||
* Added support for [CodeFresh](https://codefresh.io/) | ||
([#1553](https://github.com/cucumber/common/pull/1553) | ||
[aslakhellesoy]) | ||
* Added support for [CodeShip](https://www.cloudbees.com/products/codeship) | ||
([#1553](https://github.com/cucumber/common/pull/1553) | ||
[aslakhellesoy]) | ||
- Added support for [Jenkins](https://www.jenkins.io/) (via the [Git plugin](https://plugins.jenkins.io/git/)) | ||
([#1253](https://github.com/cucumber/common/issues/1253) | ||
[#1553](https://github.com/cucumber/common/pull/1553) | ||
[aslakhellesoy](https://github.com/aslakhellesoy)) | ||
- Added support for [Bitrise](https://www.bitrise.io/) | ||
([#1490](https://github.com/cucumber/common/issues/1490) | ||
[#1553](https://github.com/cucumber/common/pull/1553) | ||
[aslakhellesoy](https://github.com/aslakhellesoy)) | ||
- Added support for [CodeFresh](https://codefresh.io/) | ||
([#1553](https://github.com/cucumber/common/pull/1553) | ||
[aslakhellesoy](https://github.com/aslakhellesoy)) | ||
- Added support for [CodeShip](https://www.cloudbees.com/products/codeship) | ||
([#1553](https://github.com/cucumber/common/pull/1553) | ||
[aslakhellesoy](https://github.com/aslakhellesoy)) | ||
|
||
### Changed | ||
|
||
* Upgrade messages to 16.0.0 | ||
- Upgrade messages to 16.0.0 | ||
|
||
### Fixed | ||
|
||
* Fixed detection of Semaphore build url. | ||
* Fixed detection of GoCD build url. | ||
- Fixed detection of Semaphore build url. | ||
- Fixed detection of GoCD build url. | ||
|
||
## [4.0.0] - 2021-03-29 | ||
|
||
### Changed | ||
|
||
* Upgrade messages to 15.0.0 | ||
- Upgrade messages to 15.0.0 | ||
|
||
## [3.0.0] - 2021-02-09 | ||
|
||
### Changed | ||
|
||
* Upgrade messages to 14.0.1 | ||
- Upgrade messages to 14.0.1 | ||
|
||
## [2.0.4] - 2020-10-29 | ||
|
||
### Fixed | ||
|
||
* Handle null values in ci dict | ||
([#1228](https://github.com/cucumber/cucumber/issues/1228) | ||
[#1229](https://github.com/cucumber/cucumber/pull/1229) | ||
[kgeilmann]) | ||
- Handle null values in ci dict | ||
([#1228](https://github.com/cucumber/cucumber/issues/1228) | ||
[#1229](https://github.com/cucumber/cucumber/pull/1229) | ||
[kgeilmann](https://github.com/kgeilmann)) | ||
|
||
## [2.0.2] - 2020-09-03 | ||
|
||
### Security fixes | ||
|
||
* remove credentials in git remote [#1168](https://github.com/cucumber/cucumber/pull/1168) | ||
|
||
## [2.0.1] - 2020-08-18 | ||
|
||
### Fixed | ||
|
||
* Ruby: Add the ci property to meta message | ||
- Ruby: Add the ci property to meta message | ||
|
||
## [2.0.0] - 2020-08-07 | ||
|
||
### Changed | ||
|
||
* Update `messages` to 13.0.1 | ||
- Update `messages` to 13.0.1 | ||
|
||
### Fixed | ||
|
||
* Java: Use `java.vm.name` instead of `java.vendor` (which is `N/A` on OpenJDK) | ||
* Java: Use `java.vm.version` instead of `java.version` | ||
* Support GitHub Enterprise by using `GITHUB_SERVER_URL` to construct URLs | ||
- Java: Use `java.vm.name` instead of `java.vendor` (which is `N/A` on OpenJDK) | ||
- Java: Use `java.vm.version` instead of `java.version` | ||
- Support GitHub Enterprise by using `GITHUB_SERVER_URL` to construct URLs | ||
|
||
## [1.2.0] - 2020-07-31 | ||
|
||
### Changed | ||
|
||
* Updated `messages` to v12.4.0 | ||
- Updated `messages` to v12.4.0 | ||
|
||
## [1.1.0] - 2020-07-30 | ||
|
||
### Changed | ||
|
||
* Updated `messages` to v12.3.2 | ||
- Updated `messages` to v12.3.2 | ||
|
||
## [1.0.0] - 2020-06-29 | ||
|
||
### Added | ||
|
||
* First release | ||
|
||
<!-- Releases --> | ||
[Unreleased]: https://github.com/cucumber/create-meta/compare/v6.0.2...main | ||
[6.0.2]: https://github.com/cucumber/create-meta/compare/v6.0.1...v6.0.2 | ||
[6.0.1]: https://github.com/cucumber/create-meta/compare/v6.0.0...v6.0.1 | ||
[6.0.0]: https://github.com/cucumber/create-meta/compare/v5.0.0...v6.0.0 | ||
[5.0.0]: https://github.com/cucumber/create-meta/compare/v4.0.0...v5.0.0 | ||
[4.0.0]: https://github.com/cucumber/create-meta/compare/v3.0.0...v4.0.0 | ||
[3.0.0]: https://github.com/cucumber/create-meta/compare/v2.0.4...v3.0.0 | ||
[2.0.4]: https://github.com/cucumber/create-meta/compare/v2.0.2...v2.0.4 | ||
[2.0.2]: https://github.com/cucumber/create-meta/compare/v2.0.1...v2.0.2 | ||
[2.0.1]: https://github.com/cucumber/create-meta/compare/v2.0.0...v2.0.1 | ||
[2.0.0]: https://github.com/cucumber/create-meta/compare/v1.2.0...v2.0.0 | ||
[1.2.0]: https://github.com/cucumber/create-meta/compare/v1.1.0...v1.2.0 | ||
[1.1.0]: https://github.com/cucumber/create-meta/compare/v1.0.0...v1.1.0 | ||
[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0 | ||
|
||
<!-- Contributors in alphabetical order --> | ||
- First release | ||
|
||
[Unreleased]: https://github.com/cucumber/create-meta/compare/v6.0.3...main | ||
[6.0.3]: https://github.com/cucumber/create-meta/compare/v6.0.2...main | ||
[6.0.2]: https://github.com/cucumber/create-meta/compare/v6.0.1...v6.0.2 | ||
[6.0.1]: https://github.com/cucumber/create-meta/compare/v6.0.0...v6.0.1 | ||
[6.0.0]: https://github.com/cucumber/create-meta/compare/v5.0.0...v6.0.0 | ||
[5.0.0]: https://github.com/cucumber/create-meta/compare/v4.0.0...v5.0.0 | ||
[4.0.0]: https://github.com/cucumber/create-meta/compare/v3.0.0...v4.0.0 | ||
[3.0.0]: https://github.com/cucumber/create-meta/compare/v2.0.4...v3.0.0 | ||
[2.0.4]: https://github.com/cucumber/create-meta/compare/v2.0.2...v2.0.4 | ||
[2.0.2]: https://github.com/cucumber/create-meta/compare/v2.0.1...v2.0.2 | ||
[2.0.1]: https://github.com/cucumber/create-meta/compare/v2.0.0...v2.0.1 | ||
[2.0.0]: https://github.com/cucumber/create-meta/compare/v1.2.0...v2.0.0 | ||
[1.2.0]: https://github.com/cucumber/create-meta/compare/v1.1.0...v1.2.0 | ||
[1.1.0]: https://github.com/cucumber/create-meta/compare/v1.0.0...v1.1.0 | ||
[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0 | ||
in alphabetical order --> | ||
[aslakhellesoy]: https://github.com/aslakhellesoy | ||
[kgeilmann]: https://github.com/kgeilmann | ||
[vincent-psarga]: https://github.com/vincent-psarga |