Skip to content

Commit

Permalink
Post release august 2023 (#6308)
Browse files Browse the repository at this point in the history
This PR:

- Fixes npm auth token write location in release pipeline template
- Removes post-release pipeline which is no longer necessary after
workspaces update
- Fixes syntax errors on changelog files

---------

Co-authored-by: Bogdan Gavril <[email protected]>
  • Loading branch information
hectormmg and bgavrilMS authored Aug 9, 2023
1 parent 4d1b5eb commit c07551f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 109 deletions.
3 changes: 1 addition & 2 deletions .pipelines/custom-templates/publish-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
# Write NPM authToken
- bash: echo $NPM_TOKEN > .npmrc
displayName: Write npm authToken
workingDirectory: "${{ parameters.path }}/${{ parameters.libName }}"
env:
NPM_TOKEN: $(MSALJSNPMTOKEN)

Expand Down Expand Up @@ -111,7 +110,7 @@ jobs:
- task: DeleteFiles@1
displayName: Remove .npmrc file
inputs:
Contents: ${{ parameters.path }}/${{ parameters.libName }}/.npmrc
Contents: /.npmrc

# Install Release Scripts dependencies
- task: Npm@1
Expand Down
93 changes: 0 additions & 93 deletions .pipelines/post-release.yml

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "2819735fe031ae36bea1d88f31f56089ac6ee21f",
"comment": "Expose \"CacheRecord\" as part of internals API #6291"
"comment": "Expose CacheRecord as part of internals API #6291"
},
{
"author": "[email protected]",
Expand Down Expand Up @@ -117,7 +117,7 @@
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "4c99ad07b7ea40e1f2191173e58d80cec143c72d",
"comment": "Update \"PerformanceClient\" for better usability/extendibility #6270"
"comment": "Update PerformanceClient for better usability/extendibility #6270"
},
{
"author": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions lib/msal-common/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"package": "@azure/msal-common",
"commit": "024f979a535b793d47189de65366c49080095e55",
"comment": "Prioritize hardcoded metadata over network-sourced metadata #6231"
},
}
],
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "251b39a3c8b41be81c3b078902a9239e4bee0a7e",
"comment": "Catch errors thrown by \"decodeURIComponent\" #6226"
"comment": "Catch errors thrown by decodeURIComponent #6226"
},
{
"author": "[email protected]",
Expand All @@ -69,7 +69,7 @@
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "4c99ad07b7ea40e1f2191173e58d80cec143c72d",
"comment": "Update \"PerformanceClient\" for better usability/extendibility #6270"
"comment": "Update PerformanceClient for better usability/extendibility #6270"
},
{
"author": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions lib/msal-node/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"author": "[email protected]",
"package": "@azure/msal-node",
"commit": "4c99ad07b7ea40e1f2191173e58d80cec143c72d",
"comment": "Update \"PerformanceClient\" for better usability/extendibility #6270"
"comment": "Update PerformanceClient for better usability/extendibility #6270"
},
{
"author": "[email protected]",
Expand Down Expand Up @@ -1586,7 +1586,7 @@
"comments": {
"prerelease": [
{
"comment": "Export all \"Request\" types in msal-node",
"comment": "Export all Request types in msal-node",
"author": "[email protected]",
"commit": "145602c7ced2c9f77a249f0abdca76f3358bd7db",
"package": "@azure/msal-node"
Expand Down

1 comment on commit c07551f

@Kataryzna30
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change/@azure-msal-browser-f1272e21-50e9-46c5-a4a9-87281d50fcb5.json

Please sign in to comment.