Skip to content

Commit

Permalink
ci: tweak release commit message in order to easily determine what re…
Browse files Browse the repository at this point in the history
…lease did happen from git history (microsoft#31695)
  • Loading branch information
Hotell committed Jun 18, 2024
1 parent b059abe commit 6ef8678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.release-vnext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ extends:
displayName: yarn build
- script: |
yarn publish:beachball -n $(npmToken) --config scripts/beachball/src/release-vNext.config.js
yarn publish:beachball -n $(npmToken) --config scripts/beachball/src/release-vNext.config.js --message 'release: applying package updates - react-components'
git reset --hard origin/master
env:
GITHUB_PAT: $(githubPAT)
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.release.web-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extends:
displayName: Build, [test], Lint
- script: |
yarn publish:beachball -n $(npmToken) --config scripts/beachball/src/release-web-components.config.js
yarn publish:beachball -n $(npmToken) --config scripts/beachball/src/release-web-components.config.js --message 'release: applying package updates - web-components'
git reset --hard origin/master
env:
GITHUB_PAT: $(githubPAT)
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ extends:
displayName: yarn bundle
- script: |
yarn publish:beachball -n $(npmToken) --config scripts/beachball/src/release-v8.config.js
yarn publish:beachball -n $(npmToken) --config scripts/beachball/src/release-v8.config.js --message 'release: applying package updates - react v8'
git reset --hard origin/master
env:
GITHUB_PAT: $(githubPAT)
Expand Down

0 comments on commit 6ef8678

Please sign in to comment.