Sync branch magefile with main #104308

Merged
Sybren A. Stüvel merged 85 commits from abelli/flamenco:magefile into magefile 2024-05-13 16:26:32 +02:00
Showing only changes of commit b8b1f8dcad - Show all commits

View File

@ -11,8 +11,8 @@ import (
// To update the version number in all the relevant places, update the VERSION // To update the version number in all the relevant places, update the VERSION
// variable below and run `mage update-version`. // variable below and run `mage update-version`.
const ( const (
version = "3.3-beta0" version = "3.6-alpha0"
releaseCycle = "beta" releaseCycle = "alpha"
) )
func gitHash() (string, error) { func gitHash() (string, error) {