Skip to content

Commit

Permalink
🚀Preview Release (#146)
Browse files Browse the repository at this point in the history
* Start work for issue #145

* misc: updated title for release notes

* ide: added word to dictionary for vscode users

* release: created release notes for version v1.0.0-preview.5

* release: updated version from v1.0.0-preview.4 to v1.0.0-preview.5
  • Loading branch information
CalvinWilkinson authored Jun 15, 2023
1 parent f44571d commit f1d032b
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 19 deletions.
23 changes: 12 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"cSpell.words": [
"codecov",
"cref",
"Kinson",
"paramref",
"pwsh",
"runsettings",
"softprops",
"typeparam",
"versionminer",
"Xunit"
],
"CICD",
"codecov",
"cref",
"Kinson",
"paramref",
"pwsh",
"runsettings",
"softprops",
"typeparam",
"versionminer",
"Xunit"
],
"deno.enable": true,
"dotnet.defaultSolution": "VersionMiner.sln",
"[jsonc]": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center" style='color:mediumseagreen;font-weight:bold'>
VersionMiner Preview Release Notes - [TODO: add-prev-release-here]
Version Miner Preview Release Notes - [TODO: add-prev-release-here]
</h1>

<h2 align="center" style='font-weight:bold'>Quick Reminder</h2>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center" style='color:mediumseagreen;font-weight:bold'>
VersionMiner Preview Release Notes - v1.0.0-preview.1
Version Miner Preview Release Notes - v1.0.0-preview.1
</h1>

<h2 align="center" style='font-weight:bold'>Quick Reminder</h2>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center" style='color:mediumseagreen;font-weight:bold'>
VersionMiner Preview Release Notes - v1.0.0-preview.2
Version Miner Preview Release Notes - v1.0.0-preview.2
</h1>

<h2 align="center" style='font-weight:bold'>Quick Reminder</h2>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center" style='color:mediumseagreen;font-weight:bold'>
VersionMiner Preview Release Notes - v1.0.0-preview.3
Version Miner Preview Release Notes - v1.0.0-preview.3
</h1>

<h2 align="center" style='font-weight:bold'>Quick Reminder</h2>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center" style='color:mediumseagreen;font-weight:bold'>
VersionMiner Preview Release Notes - v1.0.0-preview.4
Version Miner Preview Release Notes - v1.0.0-preview.4
</h1>

<h2 align="center" style='font-weight:bold'>Quick Reminder</h2>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<h1 align="center" style='color:mediumseagreen;font-weight:bold'>
Version Miner Preview Release Notes - v1.0.0-preview.5
</h1>

<h2 align="center" style='font-weight:bold'>Quick Reminder</h2>

<div align="center">

As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼
</div>

---

<h2 style="font-weight:bold" align="center">Bug Fixes 🐛</h2>

1. [#143](https://github.com/KinsonDigital/VersionMiner/issues/143) - Fixed a bug where authorization/permission issues were not being captured correctly and displaying misleading errors and problems in the logs.

---

<h2 style="font-weight:bold" align="center">Other 🪧</h2>
<h5 align="center">(Includes anything that does not fit into the categories above)</h5>

1. [#141](https://github.com/KinsonDigital/VersionMiner/issues/141) - Created release workflow to make releases easier and more robust.
2. [#136](https://github.com/KinsonDigital/VersionMiner/issues/136) - Updated the contributor covenant badge.
3. [#135](https://github.com/KinsonDigital/VersionMiner/issues/135) - Changed project branching model and adjusted CICD workflows accordingly.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center" style='color:mediumseagreen;font-weight:bold'>
VersionMiner Production Release Notes - [TODO: add-prod-release-here]
Version Miner Production Release Notes - [TODO: add-prod-release-here]
</h1>

<h2 style="font-weight:bold" align="center">New Features✨</h2>
Expand Down
4 changes: 2 additions & 2 deletions VersionMiner/VersionMiner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<RootNamespace>VersionMiner</RootNamespace>

<!--Update this for production and preview releases-->
<Version>1.0.0-preview.4</Version>
<Version>1.0.0-preview.5</Version>

<!--Update this for production and preview releases-->
<FileVersion>1.0.0-preview.4</FileVersion>
<FileVersion>1.0.0-preview.5</FileVersion>

<!--
DO NOT UPDATE THIS FOR PREVIEW RELEASES!!
Expand Down

0 comments on commit f1d032b

Please sign in to comment.