-
Notifications
You must be signed in to change notification settings - Fork 70
docs : Automate release notes #410
docs : Automate release notes #410
Conversation
Example running:
Release 3.0.0.beta.1Changes
Shortlog8a38fa7 qemu: Move from pc-lite to pc machine type Compatibility with DockerClear Containers 3.0.0.beta.1 is compatible with Docker v17.06-ce OCI Runtime SpecificationClear Containers 3.0.0.beta.1 support the OCI Runtime Specification 1.0.0-rc5 Clear Linux Containers imageClear Containers 3.0.0.beta.1 requires at least Clear Linux containers image 16910 Clear Linux Containers KernelClear Containers 3.0.0.beta.1 requires at least Clear Linux Containers kernel cc-linux-4.9.35 InstallationIssues & limitationsNetworkingAdding networks dynamicallyResource management
|
@jcvenegas I like this kind of patch :) |
I think this is a good thing (tm) :-) |
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.
Just needs a header on the script and I'm happy with this.
@@ -0,0 +1,92 @@ | |||
#!/bin/bash | |||
|
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.
Missing copyright header.
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.
Added
|
||
script_dir=$(dirname "$0") | ||
|
||
source "${script_dir}/../versions.txt" |
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.
This file gets everywhere! 😄
## Installation | ||
- [Ubuntu][ubuntu] | ||
- [Fedora][fedora] | ||
- [Developers][developers] |
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.
(not related to this PR [yet], but it'll be nice to get CentOS/RHEL added here when #372 lands).
d5bec43
to
1527806
Compare
1527806
to
fbd04de
Compare
Please rebase the PR so that it runs with the new agent code. |
This patch adds a script to generate release notes. Usage ./docs/release_notes.sh <start-commit/tag> <New-version> start-commit/tag is the commit to start to get git changes. Example: $./docs/release_notes.sh 3.0.0-alpha.5 3.0.0.beta.1 Fixes clearcontainers#409 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
fbd04de
to
4674607
Compare
…-link docs: update debug runtime link
This patch adds a script to generate release notes.
Usage
./docs/release_notes.sh <start-commit/tag>
start-commit/tag is the commit to start to get git changes.
Example:
$./docs/release_notes.sh 3.0.0-alpha.5 3.0.0.beta.1
Fixes #409
Signed-off-by: Jose Carlos Venegas Munoz [email protected]