-
Notifications
You must be signed in to change notification settings - Fork 419
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
docs(semantic-release): implement an automated changelog #229
Conversation
Tests are not enabled, or not active when PR is WIP. |
@daks Would it be too much to ask to update the matrix to use the new pre-salted images? Otherwise the CI run takes over 20 minutes. |
In the comparative spreadsheet across all formulas, we calculated this formula to be |
FORMULA
Outdated
os_family: RedHat, Debian, Suse, Gentoo | ||
version: 201507 | ||
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS | ||
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both os
and os_family
in the template-formula
were given as a full list that can be selected from. So best to only capture the platforms which definitely work with this formula.
Looks good otherwise. Have you tested that the releases are created in your own fork? |
|
8d63ab5
to
c5c0f2a
Compare
Excellent work, hopefully it will be much faster now.
Once you're ready, we'll create a
The best idea is to stick to what we're definite about. We don't want to mislead anybody (or SPM, if we get that working). That may mean leaving the lines how they were before. |
I'll test semantic-release on my fork and keep you informed |
semantic-release tested with success https://github.com/daks/nginx-formula/releases. |
@daks Excellent work again, thanks. |
@daks Just noticed that the |
🎉 This PR is included in version 0.55.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Implementation of semantic-release on nginx-formula.
WIP for now, until we decide how to number versions.
I propose 1.0 for current code (with
nginx
andnginx.ng
states) and 2.0 to the needed change ofnginx.ng
tonginx
and removal of legacy code.Still a few remaining tasks to complete this properly (put these as issues?):
v1.0.0
(the one beforesemantic-release
).README
with thesemantic-release
information, including the link to commit message formatting.