Skip to content

Commit

Permalink
ci: fix github pushes auth for release (#26502)
Browse files Browse the repository at this point in the history
* ci: fix github pushes auth for release

* chore(web-components): run manually bump to fix failed CI release

* generate changefile
  • Loading branch information
Hotell authored and radium-v committed May 2, 2024
1 parent bb29235 commit edf8e14
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 11 deletions.
3 changes: 2 additions & 1 deletion azure-pipelines.release.web-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- script: |
git config user.name "Fluent UI Build"
git config user.email "fluentui-internal@service.microsoft.com"
displayName: Configure git user (used by beachball)
git remote set-url origin https://$(githubUser):$(githubPAT)@github.com/microsoft/fluentui.git
displayName: Authenticate git for pushes
- task: Bash@3
inputs:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "none",
"comment": "chore: run manually bump to fix failed CI release",
"comment": "chore(web-components): run manually bump to fix failed CI release",
"packageName": "@fluentui/web-components",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
Expand Down
23 changes: 23 additions & 0 deletions packages/web-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@fluentui/web-components",
"entries": [
{
"date": "Wed, 25 Jan 2023 17:42:30 GMT",
"tag": "@fluentui/web-components_v3.0.0-alpha.2",
"version": "3.0.0-alpha.2",
"comments": {
"prerelease": [
{
"author": "miroslav.stastny@microsoft.com",
"package": "@fluentui/web-components",
"commit": "68de783e80c71173a717c758680a63bf9c7e8c78",
"comment": "feat: export theme"
}
],
"none": [
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/web-components",
"commit": "c5b3031ada2f788ef0a36185024f4c10c16143d6",
"comment": "chore: run manually bump to fix failed CI release"
}
]
}
},
{
"date": "Wed, 25 Jan 2023 14:49:08 GMT",
"tag": "@fluentui/web-components_v3.0.0-alpha.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/web-components

This log was last generated on Wed, 25 Jan 2023 14:49:08 GMT and should not be manually modified.
This log was last generated on Wed, 25 Jan 2023 17:42:30 GMT and should not be manually modified.

<!-- Start content -->

## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)

Wed, 25 Jan 2023 17:42:30 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)

### Changes

- feat: export theme ([PR #26500](https://github.com/microsoft/fluentui/pull/26500) by miroslav.stastny@microsoft.com)

## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)

Wed, 25 Jan 2023 14:49:08 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluentui/web-components",
"description": "A library of Fluent Web Components",
"sideEffects": false,
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down

0 comments on commit edf8e14

Please sign in to comment.