Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Force publish of package to build go binaries during release #69

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

jpmcb
Copy link
Member

@jpmcb jpmcb commented Nov 28, 2023

Description

There's a persistent error when releasing new changes on beta:

https://github.com/open-sauced/pizza-cli/actions/runs/7020895049/job/19101681259

 [3:22:13 PM] [semantic-release] › ℹ  There are no relevant changes, so no new version is released.

This fix will force should force a patch release regardless of changes to the npm package.

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI
  • 📦 Chore (Release)
  • ⏩ Revert

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📜 README.md
  • 📓 docs.opensauced.pizza
  • 🍕 dev.to/opensauced
  • 📕 storybook
  • 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

@jpmcb jpmcb requested a review from a team November 28, 2023 16:16
Copy link
Member

@nickytonline nickytonline left a comment

Choose a reason for hiding this comment

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

:shipit:

@jpmcb jpmcb merged commit 02177d5 into open-sauced:beta Nov 29, 2023
5 of 6 checks passed
open-sauced bot pushed a commit that referenced this pull request Nov 29, 2023
## [1.1.1-beta.1](v1.1.0...v1.1.1-beta.1) (2023-11-29)

### 🐛 Bug Fixes

* Force publish of package to build go binaries during release ([#69](#69)) ([02177d5](02177d5))
@jpmcb jpmcb deleted the force-publish branch November 29, 2023 20:20
open-sauced bot pushed a commit that referenced this pull request Feb 5, 2024
## [1.1.1](v1.1.0...v1.1.1) (2024-02-05)

### 🐛 Bug Fixes

* avoid requiring CGO for now ([#71](#71)) ([f6d2f1d](f6d2f1d))
* Force publish of package to build go binaries during release ([#69](#69)) ([02177d5](02177d5))
* Upgrade to v2 API ([#73](#73)) ([40b468b](40b468b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants