Skip to content

Commit

Permalink
Release notes artifact wasn't published correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jan 25, 2019
1 parent 04df037 commit a05dec2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## New in 0.2.3 (2019/01/25)

* Issue with the artifacts generated

## New in 0.2.2 (2019/01/25)

* Adding the Release Notes file to the published artifacts
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ steps:
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)/release-notes'
artifactName: npm
artifactName: release-notes
displayName: 'Publish Release Notes artifact'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "golang-wasm-async-loader",
"version": "0.2.2",
"version": "0.2.3",
"description": "Golang WebAssembly loader for webpack that generates an async pattern for working with Go's WebAssembly output",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit a05dec2

Please sign in to comment.