diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9dfcf41..5685f01 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,8 +15,5 @@ jobs: fetch-tags: true submodules: true ssh-key: ${{ secrets.ACCESS_KEY }} - - name: Release Notes - run: | - git log --pretty=format:'%d %s' ${GITHUB_REF} | perl -pe 's| \(.*tag: (\d+.\d+.\d+(-preview\d{3})?)(, .*?)*\)|\n## \1\n|g' > RELEASE_NOTES.md - name: Build run: ./build.sh --target Publish --publish --source GitHUb --feed ${{ vars.ISE_NUGET_FEED }} --username ${{ vars.ISE_NUGET_USERNAME }} --token ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46a7a8e..07d9a54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,12 +16,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 999 - fetch-tags: true submodules: true ssh-key: ${{ secrets.ACCESS_KEY }} - - name: Release Notes - run: | - git log --pretty=format:'%d %s' ${GITHUB_REF} | perl -pe 's| \(.*tag: (\d+.\d+.\d+(-preview\d{3})?)(, .*?)*\)|\n## \1\n|g' > RELEASE_NOTES.md - name: Build run: ./build.sh --target Publish --publish --nuget --token ${{ secrets.PUBLIC_NUGET_APIKEY }} release: diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..88712d9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 0.2.0 + +- Added support for Issuu API v2's /publication/ operations + +## 0.1.0 + +### Added + +- Support for Issuu API v2's /draft/ operations diff --git a/Directory.Build.props b/Directory.Build.props index 56fec90..594086d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,9 +4,11 @@ true - $([System.IO.File]::ReadAllText("$(MSBuildThisFileDirectory)RELEASE_NOTES.md")) + $([System.IO.File]::ReadAllText("$(MSBuildThisFileDirectory)CHANGELOG.md")) + https://github.com/IngeniumSE/IssuuSDK + git true true diff --git a/IssuuSDK.sln b/IssuuSDK.sln index 37f440a..e0fbcc8 100644 --- a/IssuuSDK.sln +++ b/IssuuSDK.sln @@ -9,13 +9,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "repo", "repo", "{1217150D-D .gitignore = .gitignore build.cmd = build.cmd build.sh = build.sh + CHANGELOG.md = CHANGELOG.md Directory.Build.props = Directory.Build.props Directory.Build.targets = Directory.Build.targets Directory.Packages.props = Directory.Packages.props LICENSE = LICENSE NuGet.config = NuGet.config README.md = README.md - RELEASE_NOTES.md = RELEASE_NOTES.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{58023753-CB7E-471D-A8EF-103389504D8B}" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md deleted file mode 100644 index e69de29..0000000 diff --git a/libs/IssuuSDK/IssuuSDK.csproj b/libs/IssuuSDK/IssuuSDK.csproj index d621e22..93ee279 100644 --- a/libs/IssuuSDK/IssuuSDK.csproj +++ b/libs/IssuuSDK/IssuuSDK.csproj @@ -7,8 +7,20 @@ enable IssuuSDK false + IssuuSDK + IngeniumSoftwareDev + Ingenium Software Development + README.md + https://github.com/IngeniumSE/IssuuSDK + + + True + \ + + + @@ -39,4 +51,13 @@ + + + + + + @(ReleaseNoteLines, '%0a') + + +