This repository was archived by the owner on Oct 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-notes.yml
83 lines (82 loc) · 3.71 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
title: Release Notes of the Hub
description: >
Release-notes-hub is a hosting service for "Release Notes" -
an easy to use, human readable and machine processable schema for release notes.
releases:
- version: Next
added:
- Add support for defining release page title, description and github repo link.
- New badge icon with shorter text. 
fixed:
- Fix release date display by using UTC. ([#46](https://github.com/release-notes/release-notes-hub/issues/46))
changed:
- Upgrade to `@mdi/svg` from deprecated `mdi-svg` module. ([#45](https://github.com/release-notes/release-notes-hub/issues/45))
- New releases are calculated based on release position/index, rather then by version and release date.
- version: 0.6.0
date: 2018-09-18
description: |
Teams :tada:
added:
- Add support for publishing release notes to different teams.
fixed:
- Fix sorting of newest release notes on front page.
- version: 0.5.0
date: 2018-02-19
description: |
Changelog file support and API :tada:
added:
- Introduce page view tracking with self hosted piwik.([#3](https://github.com/release-notes/release-notes-hub/issues/3))
- Add support for publishing CHANGELOG.md files. [#38](https://github.com/release-notes/release-notes-hub/issues/38)
- Introduce API with first `/publish` endpoint. [#35](https://github.com/release-notes/release-notes-hub/issues/35)
- Add support for signing in via google. [#8](https://github.com/release-notes/release-notes-hub/issues/8)
- version: 0.4.0
date: 2017-12-14
description: This release improves the overall UI/UX and code quality and introduces authentication via github.
added:
- Introduce badge and markdown for embedding. (#22)
- Add imprint.
- Introduce static asset revisioning by appending content hash to filename.
- Serve roboto webfont to remove external deps and to optimize performance.
- Inline material design svg icons.
- Add support for signing up w/o username. (#11)
- Add support for managing private auth tokens. (#30)
- Add support for signing in via github. (#7)
- Add support for rendering markdown in release notes.
changed:
- Rework overall page layout.
- Treat username case insensitive. (#11)
- Upgrade from node 6 to 8 (latest LTS).
- Upgrade code to use async/await instead of callbacks.
- version: 0.3.0
date: 2017-09-29
title: MVP - Third Release
description: This release introduces a new logo and adds support for broadcasting notifications.
added:
- Add `/mit-license` page for displaying the applying oss license. (#14)
- Redirect the user to the previously requested url after successfull login. (#16)
- Setup status page (https://status.release-notes.com)
- Add support for subscriptions (subscribe/unsubscribe). (#4)
- New origami pigeon logo and introduction of `/credits` page.
- Add support for broadcasting release notes update notifications to email subscribers. (#9)
- version: 0.2.0
date: 2017-09-12
title: MVP - Second Release
description: This release improves form validation and adds support for updating release notes.
added:
- Add support for publishing a new revision of existing release-notes. (#5)
improved:
- Added help info on form fields.
changed:
- Introduce backend form validation. Restrict user and release note names to numbers, letters and dashes.
- version: 0.1.0
date: 2017-09-01
title: MVP - First Release
description: MVP implementation
added:
- MIT license.
- Display most recently updated release notes on home screen.
- Introduce accounts & session based auth.
- Upload & rendering of release notes.
- Styles based on bulma css framework.
- Basic express/kermit setup.
- Introduce these release notes.