An open API service indexing awesome lists of open source software.

https://github.com/ali3nsvk/releasenotesgenerator

Generates release notes from SVN repos
https://github.com/ali3nsvk/releasenotesgenerator

html json outlook-interop svn wpf-ui

Last synced: 4 months ago
JSON representation

Generates release notes from SVN repos

Awesome Lists containing this project

README

          

# ReleaseNotesGenerator
[![.NET Framework](https://github.com/Ali3nSVK/ReleaseNotesGenerator/actions/workflows/dotnet-desktop.yml/badge.svg)](https://github.com/Ali3nSVK/ReleaseNotesGenerator/actions/workflows/dotnet-desktop.yml)
## Purpose
Generates release notes from subversion commit messages as part of a CI/CD pipeline.
* Requires SVN installed and set up in PATH.
* Does not require checkouts or local working copies.
* Outputs HTML formatted report.
* Outlook interop for direct email preparation.
* JSON config for repo and options setup.

## Usage
Just run it and follow instructions.
It is in its current state somewhat project specific and might require tweaks to be reusable.