MindscapeHQ / serilog-sinks-raygun

A Serilog sink that writes events to Raygun
Apache License 2.0
11 stars 20 forks source link

Version 5 #33

Closed QuantumNightmare closed 4 years ago

QuantumNightmare commented 4 years ago

Changelog

Breaking changes

Features

Bug fixes

@nblumhardt we would like to work on getting this new version 5 of the Raygun Serilog Sink released. Please let us know anything we need to do to help out with this. Also let us know if you have any questions about the changes.

nblumhardt commented 4 years ago

Fantastic seeing it all move forwards 👍

To release the 5.0.0 version, the process is to create a PR (e.g. "Release 5.0.0") from dev into master, containing these release notes.

... oh, drat, I didn't notice the addition of <Version>, so this has now already been published as 5.0.0.

The <VersionPrefix> is sufficient for versioning, the suffix is dynamically selected via the build script.

Will tidy up now :-)

nblumhardt commented 4 years ago

Another quick note, development for "vnext" usually occurs on dev, and changes are PR'd from forks rather than branches within this repository (helps to keep this repository tidy :-))

nblumhardt commented 4 years ago

Should be all sorted now; https://github.com/serilog/serilog-sinks-raygun/releases/tag/v5.0.1 is out, dev is where the 5.0.2-dev packages will build from. Cheers!

QuantumNightmare commented 4 years ago

Thanks for publishing this so quickly! I'll keep all these notes about the procedure in mind for future development :+1:

nblumhardt commented 4 years ago

We should probably write them up somewhere under the serilog/serilog wiki 😅 ... I've been meaning to for a while - sorry!

QuantumNightmare commented 4 years ago

No worries, those docs would be great :)