[PR #30] [MERGED] Bump wangyoucao577/go-release-action from v1.16 to v1.17 #71

Closed
opened 2026-02-26 18:33:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/decke/smtprelay/pull/30
Author: @dependabot[bot]
Created: 4/13/2021
Status: Merged
Merged: 4/13/2021
Merged by: @decke

Base: masterHead: dependabot/github_actions/wangyoucao577/go-release-action-v1.17


📝 Commits (1)

  • a5ee525 Bump wangyoucao577/go-release-action from v1.16 to v1.17

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yaml (+1 -1)

📄 Description

Bumps wangyoucao577/go-release-action from v1.16 to v1.17.

Release notes

Sourced from wangyoucao577/go-release-action's releases.

v1.17

  • Support executable compression upx.
Commits
  • 1a87d97 docs: update readme with v1.17
  • 868e45f feat: use pre-built docker
  • 0d8238c feat: upgrade upx to 3.96 to solve mac segmentation fault
  • e36744c docs: update readme for new param
  • 70e8490 fix: test error
  • 552fb1c test: upx
  • 5a92422 feat: support upx executable compression
  • 7034391 feat: install latest upx
  • 8b472f9 chore: both tests need to wait for release branch
  • ffc786e chore: wait 5 minutes for release docker build for release branches
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/decke/smtprelay/pull/30 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/13/2021 **Status:** ✅ Merged **Merged:** 4/13/2021 **Merged by:** [@decke](https://github.com/decke) **Base:** `master` ← **Head:** `dependabot/github_actions/wangyoucao577/go-release-action-v1.17` --- ### 📝 Commits (1) - [`a5ee525`](https://github.com/decke/smtprelay/commit/a5ee5258258ee15970d97c154617901b4949bc99) Bump wangyoucao577/go-release-action from v1.16 to v1.17 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+1 -1) </details> ### 📄 Description Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from v1.16 to v1.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wangyoucao577/go-release-action/releases">wangyoucao577/go-release-action's releases</a>.</em></p> <blockquote> <h2>v1.17</h2> <ul> <li>Support executable compression <a href="https://github.com/upx/upx">upx</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/1a87d97ce87db435508d150622a9ab5472db15ac"><code>1a87d97</code></a> docs: update readme with v1.17</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/868e45fdb9fb7fc286222fa17832b229fb0b8487"><code>868e45f</code></a> feat: use pre-built docker</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/0d8238cee40bab5ab347132f1acffbf168802e98"><code>0d8238c</code></a> feat: upgrade upx to 3.96 to solve mac segmentation fault</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/e36744cb2331f3f00a7de20e418f5301f17f660b"><code>e36744c</code></a> docs: update readme for new param</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/70e8490029de4de0fc1b6a3632ec5f111f914e92"><code>70e8490</code></a> fix: test error</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/552fb1c030174d87a2b828d5de4ce5ecc19e4ed0"><code>552fb1c</code></a> test: upx</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/5a924223d9d5d30b6eee9911864142aadf59639e"><code>5a92422</code></a> feat: support upx executable compression</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/70343918c1f3ce3174f11266e8206db6db1780cf"><code>7034391</code></a> feat: install latest upx</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/8b472f9287746b63285fdf37d1cc11d89b960c6e"><code>8b472f9</code></a> chore: both tests need to wait for release branch</li> <li><a href="https://github.com/wangyoucao577/go-release-action/commit/ffc786eb0a3a02098428bfa07951ce26ae1c8a05"><code>ffc786e</code></a> chore: wait 5 minutes for release docker build for release branches</li> <li>Additional commits viewable in <a href="https://github.com/wangyoucao577/go-release-action/compare/v1.16...1a87d97ce87db435508d150622a9ab5472db15ac">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:33:14 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/smtprelay#71
No description provided.