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

feat: GitHub action to build and upload Go artifacts after release created #22

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

jpmcb
Copy link
Member

@jpmcb jpmcb commented Aug 15, 2023

Description

This uploads Go artifacts to the GitHub release after its been created.

You can see this worked from tests in my fork: https://github.com/jpmcb/pizza-cli/releases/tag/v0.0.1

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

Related to #19

Mobile & Desktop Screenshots/Recordings

N/a

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?

…eated

Signed-off-by: John McBride <john@opensauced.pizza>
Copy link
Member

@bdougie bdougie left a comment

Choose a reason for hiding this comment

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

TIL gh release upload. Nice to see some QOL improvements built into the cli.

Copy link
Contributor

@brandonroberts brandonroberts left a comment

Choose a reason for hiding this comment

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

🍕

@jpmcb jpmcb merged commit ad187a9 into open-sauced:main Aug 16, 2023
@jpmcb jpmcb deleted the build-and-release branch August 16, 2023 00:44
github-actions bot pushed a commit to Anush008/pizzaroni-cli that referenced this pull request Aug 20, 2023
## 1.0.0 (2023-08-20)

### 🍕 Features

* Add install instructions and script for pizza CLI ([open-sauced#26](https://github.com/Anush008/pizzaroni-cli/issues/26)) ([421a429](421a429))
* cli auth ([open-sauced#21](https://github.com/Anush008/pizzaroni-cli/issues/21)) ([34728fb](34728fb))
* GitHub action to build and upload Go artifacts after release created ([open-sauced#22](https://github.com/Anush008/pizzaroni-cli/issues/22)) ([ad187a9](ad187a9))
* Http Client for accessing OpenSauced API client ([open-sauced#23](https://github.com/Anush008/pizzaroni-cli/issues/23)) ([ec2b357](ec2b357))
* npm i ([97fb5c8](97fb5c8))
* repo-query support ([199cfd7](199cfd7))
* sem release ([60828e3](60828e3))
github-actions bot pushed a commit that referenced this pull request Aug 22, 2023
## 1.0.0-beta.1 (2023-08-22)

### 🤖 Build System

* sematic bin release, npm ([7b4607e](7b4607e))

### 🍕 Features

* Add install instructions and script for pizza CLI ([#26](#26)) ([421a429](421a429))
* cli auth ([#21](#21)) ([34728fb](34728fb))
* GitHub action to build and upload Go artifacts after release created ([#22](#22)) ([ad187a9](ad187a9))
* Http Client for accessing OpenSauced API client ([#23](#23)) ([ec2b357](ec2b357))
* Leverage the GITHUB_APP_TOKEN for releases ([#32](#32)) ([e0a25e0](e0a25e0))
* npm i -g pizza ([73291d1](73291d1))
* repo-query support ([199cfd7](199cfd7))
* update bin name release.yaml ([6b21cb8](6b21cb8))

### 🔁 Continuous Integration

* Update @open-sauced/release@2.2.1 and compliance.yaml ([#33](#33)) ([146b6b7](146b6b7))
k1nho pushed a commit to k1nho/pizza-cli that referenced this pull request Sep 3, 2023
## 1.0.0-beta.1 (2023-08-22)

### 🤖 Build System

* sematic bin release, npm ([7b4607e](open-sauced@7b4607e))

### 🍕 Features

* Add install instructions and script for pizza CLI ([open-sauced#26](open-sauced#26)) ([421a429](open-sauced@421a429))
* cli auth ([open-sauced#21](open-sauced#21)) ([34728fb](open-sauced@34728fb))
* GitHub action to build and upload Go artifacts after release created ([open-sauced#22](open-sauced#22)) ([ad187a9](open-sauced@ad187a9))
* Http Client for accessing OpenSauced API client ([open-sauced#23](open-sauced#23)) ([ec2b357](open-sauced@ec2b357))
* Leverage the GITHUB_APP_TOKEN for releases ([open-sauced#32](open-sauced#32)) ([e0a25e0](open-sauced@e0a25e0))
* npm i -g pizza ([73291d1](open-sauced@73291d1))
* repo-query support ([199cfd7](open-sauced@199cfd7))
* update bin name release.yaml ([6b21cb8](open-sauced@6b21cb8))

### 🔁 Continuous Integration

* Update @open-sauced/release@2.2.1 and compliance.yaml ([open-sauced#33](open-sauced#33)) ([146b6b7](open-sauced@146b6b7))
open-sauced bot pushed a commit that referenced this pull request Oct 11, 2023
## 1.0.0 (2023-10-11)

### 🤖 Build System

* sematic bin release, npm ([7b4607e](7b4607e))

### 🔁 Continuous Integration

* Update @open-sauced/release@2.2.1 and compliance.yaml ([#33](#33)) ([146b6b7](146b6b7))

### 🐛 Bug Fixes

* Uses correct generated token when checking out cli repo in release ([#44](#44)) ([1e0c9f1](1e0c9f1))

### 🍕 Features

* Add install instructions and script for pizza CLI ([#26](#26)) ([421a429](421a429))
* Add posthog telemetry integration ([#37](#37)) ([9829f49](9829f49))
* cli auth ([#21](#21)) ([34728fb](34728fb))
* GitHub action to build and upload Go artifacts after release created ([#22](#22)) ([ad187a9](ad187a9))
* Http Client for accessing OpenSauced API client ([#23](#23)) ([ec2b357](ec2b357))
* Leverage the GITHUB_APP_TOKEN for releases ([#32](#32)) ([e0a25e0](e0a25e0))
* npm i -g pizza ([73291d1](73291d1))
* Pizza show ([#24](#24)) ([72f21ce](72f21ce))
* provide repository contributors insights ([#30](#30)) ([d16091f](d16091f))
* provide repository insights ([#38](#38)) ([dc148d6](dc148d6))
* repo-query support ([199cfd7](199cfd7))
* update bin name release.yaml ([6b21cb8](6b21cb8))
* Version command for CLI based on release builds ([#36](#36)) ([9f3eedc](9f3eedc))
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