Skip to content

Commit

Permalink
Merge pull request #21 from mta-solutions/prep-for-realease-v2.0.0
Browse files Browse the repository at this point in the history
Prep for Release v2.0.0
  • Loading branch information
devinlyons authored Oct 8, 2024
2 parents 111b959 + e118117 commit 718458c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/giraffe-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: dotnet pack --configuration Release /p:NuGetVersion=${VERSION} /p:PackageVersion=${VERSION} --output .

- name: Push
run: dotnet nuget push FSharp.Data.Validation.Giraffe.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${AMPERSAND_NUGET_KEY} --symbol-source https://symbols.nuget.org/download/symbols --symbol-api-key ${AMPERSAND_NUGET_KEY}
run: dotnet nuget push FSharp.Data.Validation.Giraffe.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${MTA_NUGET_KEY} --symbol-source https://symbols.nuget.org/download/symbols --symbol-api-key ${MTA_NUGET_KEY}

env:
AMPERSAND_NUGET_KEY: ${{ secrets.AMPERSAND_NUGET_KEY }}
MTA_NUGET_KEY: ${{ secrets.MTA_NUGET_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: dotnet pack --configuration Release /p:NuGetVersion=${VERSION} /p:PackageVersion=${VERSION} --include-symbols --output .

- name: Push
run: dotnet nuget push FSharp.Data.Validation.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${AMPERSAND_NUGET_KEY} --symbol-source https://symbols.nuget.org/download/symbols --symbol-api-key ${AMPERSAND_NUGET_KEY}
run: dotnet nuget push FSharp.Data.Validation.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${MTA_NUGET_KEY} --symbol-source https://symbols.nuget.org/download/symbols --symbol-api-key ${MTA_NUGET_KEY}

env:
AMPERSAND_NUGET_KEY: ${{ secrets.AMPERSAND_NUGET_KEY }}
MTA_NUGET_KEY: ${{ secrets.MTA_NUGET_KEY }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for fsharp-data-validation

## 2.0.0 - 10/08/2024

* Update to use FSharpPlus instead of custom NonEmptyList type.

## 1.0.1 - 03/14/2022

* Fix package dependency version ranges.
Expand Down

0 comments on commit 718458c

Please sign in to comment.