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: Add goreleaser #2101

Merged
merged 2 commits into from
May 22, 2024
Merged

feat: Add goreleaser #2101

merged 2 commits into from
May 22, 2024

Conversation

ajnavarro
Copy link
Contributor

@ajnavarro ajnavarro commented May 14, 2024

Added goreleaser for main go project only (gno, gnoland, gnoweb, gnokey...). To add other Go projects like faucet we need goreleaser-pro.

Also added the creation of nightly builds that can be used for anyone to test the latest features.

I run it locally using goreleaser release --snapshot --clean --config .github/goreleaser.yaml

Tested generated docker images.

Closes #2091
Closes #1834

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.00%. Comparing base (307b3d9) to head (d750639).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2101      +/-   ##
==========================================
- Coverage   49.00%   49.00%   -0.01%     
==========================================
  Files         576      576              
  Lines       77604    77604              
==========================================
- Hits        38033    38032       -1     
- Misses      36486    36488       +2     
+ Partials     3085     3084       -1     
Flag Coverage Δ
contribs/gnodev 24.14% <ø> (ø)
contribs/gnofaucet 14.46% <ø> (-0.86%) ⬇️
contribs/gnokeykc 0.00% <ø> (ø)
contribs/gnomd 0.00% <ø> (ø)
gno.land 61.69% <ø> (ø)
gnovm 41.96% <100.00%> (ø)
misc/autocounterd 0.00% <ø> (ø)
misc/genproto 0.00% <ø> (ø)
misc/genstd 73.90% <ø> (ø)
misc/goscan 0.00% <ø> (ø)
misc/logos 17.38% <ø> (-0.31%) ⬇️
misc/loop 0.00% <ø> (ø)
tm2 54.52% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ajnavarro ajnavarro marked this pull request as draft May 14, 2024 13:48
@zivkovicmilos zivkovicmilos linked an issue May 14, 2024 that may be closed by this pull request
@ajnavarro ajnavarro marked this pull request as ready for review May 21, 2024 15:27
Copy link
Member

@gfanton gfanton left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

Copy link
Member

@zivkovicmilos zivkovicmilos left a comment

Choose a reason for hiding this comment

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

🚀 🚀 🚀

cc @mazzy89 @albttx time to quantum jump into the future 🫡

.github/goreleaser.yaml Show resolved Hide resolved
Added goreleaser for main go project only (gno, gnoland, gnoweb,
gnokey). To add other Go projects like faucet we need goreleaser-pro.

Also added the creation of nightly builds that can be used for anyone to
test latest features.

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Signed-off-by: Antonio Navarro <antnavper@gmail.com>
@ajnavarro ajnavarro merged commit e1586a5 into master May 22, 2024
87 checks passed
@ajnavarro ajnavarro deleted the improv/releases branch May 22, 2024 16:12
zivkovicmilos added a commit that referenced this pull request May 29, 2024
## Description

This PR fixes the telemetry Docker example devs can use to run the
telemetry suite locally, following recent CI / releaser merges.

Related #2101 

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
omarsy pushed a commit to TERITORI/gno that referenced this pull request Jun 3, 2024
## Description

This PR fixes the telemetry Docker example devs can use to run the
telemetry suite locally, following recent CI / releaser merges.

Related gnolang#2101 

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🤖 gnovm Issues or PRs gnovm related
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

CI: Remove custom docker builds and use goreleaser [infra] Set up a gnoland binary release schedule
3 participants