This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
release-notes.yml
40 lines (39 loc) · 1.98 KB
/
release-notes.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
title: Release Notes of Release Notes CLI Tool
description: >
Release-notes-cli is the command line interface tool for working with release notes;
an easy to use, human readable and machine processable schema for release notes.
https://release-notes.com
releases:
- version: 0.3.0
date: 2018-01-31T10:43:49Z
title: Automated Release Notes Publishing
description: Improve changelog support and integrate the api.
added:
- Add support for publishing release notes from the CLI. [#17](https://github.com/release-notes/release-notes-cli/issues/17)
- Integrate auto publish of release notes to our CI pipeline.
- Introduce conversion type changelog for generating keepachangelog style CHANGELOG.md's. [#8](https://github.com/release-notes/release-notes-cli/issues/8)
- version: 0.2.0
date: 2017-12-19T12:40:20Z
description: Convert release notes into json and read CHANGELOG.md's
added:
- Abstract converter command in order to ease implemenation of 3rd party convertes.
- Introduce json converter. (release-notes/release-notes-cli#4)
- Introduce release-notes converter [#14](https://github.com/release-notes/release-notes-cli/issues/14).
- Add -f alias for file parameter on convert and validate subcommands.
- Introduce init command for initializing release notes. (#11)
- Introduce markdown reader in convert command [#14](https://github.com/release-notes/release-notes-cli/issues/14).
changed:
- The command will fail when no or an invalid argument is given. (#9)
- Remove `--version|-v` parameter from subcommands - it's now only awailable on root command.
- Upgrade dependencies `[email protected]` to `[email protected]`.
- version: 0.1.0
date: 2017-08-06T22:55:00Z
title: First Release
description: Read and validate release notes in draft v0.2.0
added:
- Introduce release-notes validate command.
- Introduce release-notes help command.
- Introduce release-notes version command.
- Basic cli tool setup based on yargs.
- Add MIT license.
- Introduce these release notes.