Skip to content

Commit

Permalink
fix azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nbelyh committed Apr 5, 2023
1 parent 1e1a9ad commit 125ef0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ stages:
targetType: 'inline'
workingDirectory: '$(Agent.BuildDirectory)/diagram-frame-releases'
script: |
git fetch
git checkout main
git pull
Expand All @@ -171,11 +172,11 @@ stages:
inputs:
gitHubConnection: 'github.com_nbelyh'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
action: 'edit'
target: '$(Build.SourceVersion)'
tag: '$(versionShort)'
title: '$(Build.BuildNumber)'
releaseNotesFilePath: 'docs/release-notes-$(versionShort).md'
releaseNotesFilePath: '$(System.ArtifactsDirectory)/drop/docs/release-notes-$(versionShort).md'
assets: '$(System.ArtifactsDirectory)/drop/sharepoint/solution/*.sppkg'
isPreRelease: true
changeLogCompareToRelease: 'lastFullRelease'
Expand Down
5 changes: 3 additions & 2 deletions docs/release-notes-1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Release Notes 1.2
-----

- German localization
- Support for navigation
- CDN hosting
- Experimental support for navigation
- Improved stability for file (hyperlink) navigation
- CDN hosting by default (jsdelivr)

0 comments on commit 125ef0f

Please sign in to comment.