32 lines
924 B
Markdown
32 lines
924 B
Markdown
|
# Changelog
|
||
|
|
||
|
<!--
|
||
|
|
||
|
Changelog follow the https://keepachangelog.com/ standard (at least the headers)
|
||
|
|
||
|
This allow to:
|
||
|
|
||
|
* auto-parsing release notes during the automated releases from github-action:
|
||
|
https://github.com/marketplace/actions/pypi-github-auto-release
|
||
|
* Have clickable headers in the rendered markdown
|
||
|
|
||
|
To release a new version (e.g. from `1.0.0` -> `2.0.0`):
|
||
|
|
||
|
* Create a new `# [2.0.0] - YYYY-MM-DD` header and add the current
|
||
|
`[Unreleased]` notes.
|
||
|
* At the end of the file:
|
||
|
* Define the new link url:
|
||
|
`[2.0.0]: https://github.com/google-research/robotics_transformer/compare/v1.0.0...v2.0.0`
|
||
|
* Update the `[Unreleased]` url: `v1.0.0...HEAD` -> `v2.0.0...HEAD`
|
||
|
|
||
|
-->
|
||
|
|
||
|
## [Unreleased]
|
||
|
|
||
|
## [0.1.0] - 2022-01-01
|
||
|
|
||
|
* Initial release
|
||
|
|
||
|
[Unreleased]: https://github.com/google-research/robotics_transformer/compare/v0.1.0...HEAD
|
||
|
[0.1.0]: https://github.com/google-research/robotics_transformer/releases/tag/v0.1.0
|