Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.3 #7

Merged
merged 1 commit into from
Sep 24, 2024
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/03_publish.yaml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ jobs:
run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} --no-build

- name: Publish NuGet package
if: steps.nuget_version.outputs.LATEST_VERSION != steps.current_version.outputs.CURRENT_VERSION
#if: steps.nuget_version.outputs.LATEST_VERSION != steps.current_version.outputs.CURRENT_VERSION
run: |
foreach($file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Filter *.nupkg)) {
dotnet nuget push $file --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
@@ -89,7 +89,7 @@ jobs:
shell: pwsh

- name: Generate Styra.Opa.AspNetCore GH release notes
run: scripts/latest-release-notes.sh > SDK_RELEASE_NOTES.md
run: scripts/latest-release-notes.sh --output=SDK_RELEASE_NOTES.md
env:
VERSION: ${{ steps.current_version.outputs.CURRENT_VERSION }}

4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).

## 0.1.2
## 0.1.2, 0.1.3

This release is also a release engineering test, aimed at sorting out automated publishing of a Github Release and NuGet package.
These releases are also release engineering tests, aimed at sorting out automated publishing of a Github Release and NuGet package.

## 0.1.0, 0.1.1