Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v17.0.0",
"version": "v17.1.0",
"tasks": {
"check": "deno check ./**/*.ts",
"lint": "deno lint ./**/*.ts",
Expand Down
9 changes: 9 additions & 0 deletions release-notes/production-releases/Release-Notes-v17.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h1 align="center" style="color: mediumseagreen;font-weight: bold;">
Infrastructure Production Release Notes - v17.1.0
</h1>


<h2 align="center" style="font-weight: bold;">Features ✨</h2>

1. [#284](https://github.com/KinsonDigital/Infrastructure/issues/284) - Add new workflow input to the `dotnet-lib-release.yml` workflow that is used to enable or disable the build of the project when performing a release.
- This is to give users the ability to perform the build themselves instead of letting the reusable workflow do the build.