-
Notifications
You must be signed in to change notification settings - Fork 9
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
Release Template #39
Comments
Hi.
I think it is an excellent proposal from Szvetlin.
Jens
…On Fri, 26 Nov 2021, 12:06 Tanyi Szvetlin ***@***.***> wrote:
This issue aims to provide a template for future Arrowhead releases, in a
unified clear format.
I've looked at other projects for inspiration regarding a template.
Visual Studio Code <https://github.com/microsoft/vscode/releases>
Eclipse Che <https://github.com/eclipse/che/releases>
Eclispe Leshan <https://github.com/eclipse/leshan/releases>
Eclipse Ditto <https://github.com/eclipse/ditto/releases>
My proposal is the following:
Title: Arrowhead X.Y.Z (semver 2.0 version number is X.Y.Z)
New Features:
- list of new core systems, new featues
eg.: * Pland Description Enginge:
new core system and a brief description about what is does
Enhancements:
- improvements to existing core systems with issues linked
Bugs fixed:
- list of bugs fixed with issues linked
Closed issues:
- resolved or dismissed, mainly questions by community
Issue count tracker diagram???? (as can be seen in the VS Code's example)
not sure about its usefulness
Example Template:
Arrowhead 4.4.0 New Features
- New Core System: Plant Description Engine
Brief description of this core system
- New Core System: Time Manager
Brief description of this core system
Enhancements:
- Use of ISO8601 time stamps eclipse-arrowhead/core-java-spring#193
<eclipse-arrowhead/core-java-spring#193>
- Network address detection: eclipse-arrowhead/core-java-spring#309
<eclipse-arrowhead/core-java-spring#309>
Bugs fixed:
- Deprecated dependency of Translator
eclipse-arrowhead/core-java-spring#295
<eclipse-arrowhead/core-java-spring#295>
Closed issues:
- Service Registry endpoint duplicates
eclipse-arrowhead/core-java-spring#346
<eclipse-arrowhead/core-java-spring#346>
Uploaded files:
- Core System JAR files in a zip
- Documentation PDF-s in a zip
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA52PBNOS5BTGHJWJOUN72LUN5S27ANCNFSM5I2M5QWA>
.
|
This is great! Having this kind of notes for each release would imho be equal to a changelog, so no extra CHANGELOG.md needed (#23). As per https://keepachangelog.com/en/1.0.0/,
|
This issue aims to provide a template for future Arrowhead releases, in a unified clear format.
I've looked at other projects for inspiration regarding a template.
Visual Studio Code
Eclipse Che
Eclispe Leshan
Eclipse Ditto
My proposal is the following:
Title: Arrowhead X.Y.Z (semver 2.0 version number is X.Y.Z)
New Features:
eg.: * Pland Description Enginge:
new core system and a brief description about what is does
Enhancements:
Bugs fixed:
Closed issues:
Issue count tracker diagram???? (as can be seen in the VS Code's example) not sure about its usefulness
Example Template:
Arrowhead 4.4.0
New Features
Brief description of this core system
Brief description of this core system
Enhancements:
Bugs fixed:
Closed issues:
Uploaded files:
The text was updated successfully, but these errors were encountered: