# 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
- First release of polyglot-release
mpkorstanje@Nyx:~/Projects/cucumber/polyglot-release$ changelog latest
Error: There are no released versions in the changelog yet
There are no released versions in the changelog yet
mpkorstanje@Nyx:~/Projects/cucumber/polyglot-release$ echo $?
1
By exiting with 1 we can not determine if there was a problem in the changelog or simply no version. This makes it impossible to use changelog in conjuction with automated tooling to make a first release (i.e. https://github.com/cucumber/polyglot-release/issues/68).
π What did you see?
By exiting with 1 we can not determine if there was a problem in the changelog or simply no version. This makes it impossible to use
changelog
in conjuction with automated tooling to make a first release (i.e. https://github.com/cucumber/polyglot-release/issues/68).β What did you expect to see?
Either exit code 0, and an empty string.
π¦ Which tool/library version are you using?
Latest version I guess. But see: https://github.com/cucumber/changelog/issues/11