Skip to content

Commit

Permalink
Update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jul 10, 2024
1 parent 8926d25 commit 255a1ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ jobs:
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: Build
shell: cmd
run: dotnet build -c Release src\FShade.sln
- name: Test
run: dotnet test src\FShade.sln -c Release --no-build --nologo --logger:"console;verbosity=normal"
- name: Pack
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: .\pack.cmd
- name: Test
run: dotnet test src\FShade.sln -c Release --no-build --nologo --logger:"console;verbosity=normal"
- name: Upload Packages
uses: actions/upload-artifact@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 5.6.0-prerelease0001
- Initial prerelease

### 5.5.4
* [GLSL] Fixed issue with variable names containing @
* [Raytracing] Fixed issue with callable data name indexing
Expand Down

0 comments on commit 255a1ed

Please sign in to comment.