-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare the readme intro and changelog for 1.0.0-beta1 #174
Conversation
CHANGELOG.md
Outdated
are not in agreement, the README.md should be considered the official spec. | ||
The other two files are simply provided as a convenience, and are not yet | ||
fully up to date. | ||
* Two field sets have been temporarily removed from 1.0.0-beta.1. They will be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not make any promises in release notes. Remove this part.
CHANGELOG.md
Outdated
All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [1.0.0-beta.1](https://github.com/elastic/ecs/tag/v1.0.0-beta.1) - 2018-11-08 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would keep a section on top with #Unreleased
and all the headers inside. The release part is then copied into the release notes on Github.
CHANGELOG.md
Outdated
## [Unreleased](https://github.com/elastic/ecs/compare/0.1.0...master) | ||
### Caveats with this release | ||
|
||
* When the README.md file and other generated files (schema.csv and template.json) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets' move this into the readme.
Preparing the beta1 release.
This PR includes:
Closes #167