Increasing GitHub Actions Disk Space
A couple of days ago, all of the sudden, my jobs started running out of space.
GoReleaser’s journey begins in December 21, 2016: the day I made its very first commit. It has been a long road since then.
I didn’t have big aspirations for it. Just wanted to reliably automate my workflow in another project, so, the first version was pretty hacky, but whatever, just scratching my own itch.
It turns out more people had the same itch, and GoReleaser scratched theirs as well.
I wouldn’t be able to do it by myself though. I had lots of help:
Thank you all. 🙏
That being said, I also wanted to take a look on what we achieved so far.
Mike Fridman did an awesome work collecting statistics about GoReleaser!
You can check the thread on Twitter (and his work on github).
By the time Mike gather the data, there were more than 3800 unique public repositories with /.?goreleaser.ya?ml/
file! It is… a lot of repositories!
What also surprised me was the amount of “high profile” users (repositories that have a lot of stars), among them:
You can see the full list here and the “top users” here.
On top of that, GoReleaser now have 5000+
stars, 120+
contributors and 300+
releases.
We can see in the stars over time on the following graph that it is growing pretty steadily:
Which is nice, I guess. 😌
All that being said, I’m happy to announce that 2020 is the year when we’ll finally release v1.0.0
.
At this point, its just a number. GoReleaser is pretty stable (both
in how it works and api-wise), so I’ll just wait for the remaining deprecation notices to expire, remove them, and tag v1.0.0
.
If everything goes according to the plan, this should happen by the June.
I also plan to finally tackle the problem of generating the .sh
files, which today is GoDownloader’s job. If you have ideas about this, I invite you to participate on the discussion.
I have in the back of my mind an itch regarding the documentation as well. I wanted it to be searchable, maybe add a config generator as well… not sure yet (help/ideas appreciated here as well).
From there, the idea is to keep v1
stable (maybe adding small features) and start thinking about v2
, which, at this point is too fresh to have any ideas about how it should look like.
Just wanted to give a quick update about how things are and where are we headed to.
Thank you all again, and happy new year!