Re: Releases
David Chisnall <[email protected]> Wed, 11 Jan 2023 10:24:54 +0000
| Newsgroups | gmane.comp.lib.gnustep.devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/01/2023 19:42, Frederik Seiffert wrote: > I’m not familiar with what needs to be done for releases (can you share > a link to that Google Doc maybe?), but I’m wondering if released could > be mostly automated on the GitHub Actions CI. This is on my to-do list for the runtime. It's something that we're doing with other projects and it means that the release process is just creating a tag. This then builds releases for any targets that we want to ship binaries for, creates the GitHub release, pushes the built artefacts to the release, and adds a new commit on the main branch rolling over versions and so on. David