Skip to content

Commit

Permalink
rerelease workflow (#108)
Browse files Browse the repository at this point in the history
* Clean publish dir

* remove deleted releases from changelog
  • Loading branch information
lemccomb authored Aug 26, 2024
1 parent 9a3338c commit 428b18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 49 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:
git checkout "$tag" --quiet
echo "**** Build and publish $tag ****"
rm -rf published/debug
dotnet publish --configuration Debug --self-contained true --output published/debug CoseSignTool/CoseSignTool.csproj
rm -rf published/release
dotnet publish --configuration Release --self-contained true --output published/release CoseSignTool/CoseSignTool.csproj
echo "publish succeeded"
Expand Down
49 changes: 0 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,4 @@
# Changelog

## [v1.2.7-pre3](https://github.com/microsoft/CoseSignTool/tree/v1.2.7-pre3) (2024-08-26)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v1.2.7-pre2...v1.2.7-pre3)

**Merged pull requests:**

- User/lemccomb/re release workflow3 [\#106](https://github.com/microsoft/CoseSignTool/pull/106) ([lemccomb](https://github.com/lemccomb))

## [v1.2.7-pre2](https://github.com/microsoft/CoseSignTool/tree/v1.2.7-pre2) (2024-08-23)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v1.2.7-pre1...v1.2.7-pre2)

**Merged pull requests:**

- experiment [\#104](https://github.com/microsoft/CoseSignTool/pull/104) ([lemccomb](https://github.com/lemccomb))

## [v1.2.7-pre1](https://github.com/microsoft/CoseSignTool/tree/v1.2.7-pre1) (2024-08-22)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v1.2.7...v1.2.7-pre1)

**Merged pull requests:**

- Create rerelease.yml [\#103](https://github.com/microsoft/CoseSignTool/pull/103) ([lemccomb](https://github.com/lemccomb))

## [v1.2.7](https://github.com/microsoft/CoseSignTool/tree/v1.2.7) (2024-08-22)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v1.2.6-pre2...v1.2.7)

## [v1.2.6-pre2](https://github.com/microsoft/CoseSignTool/tree/v1.2.6-pre2) (2024-08-22)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v1.2.6-pre1...v1.2.6-pre2)

**Merged pull requests:**

- Fix slashes [\#102](https://github.com/microsoft/CoseSignTool/pull/102) ([lemccomb](https://github.com/lemccomb))

## [v1.2.6-pre1](https://github.com/microsoft/CoseSignTool/tree/v1.2.6-pre1) (2024-08-21)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v1.2.5-pre3...v1.2.6-pre1)

**Merged pull requests:**

- Publish self-contained [\#101](https://github.com/microsoft/CoseSignTool/pull/101) ([lemccomb](https://github.com/lemccomb))

## [v1.2.5-pre3](https://github.com/microsoft/CoseSignTool/tree/v1.2.5-pre3) (2024-08-19)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v1.2.6...v1.2.5-pre3)

## [v1.2.6](https://github.com/microsoft/CoseSignTool/tree/v1.2.6) (2024-08-19)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v1.2.5-pre2...v1.2.6)
Expand Down

0 comments on commit 428b18b

Please sign in to comment.