Commit Graph

22 Commits

Author SHA1 Message Date
Lance Ball 1f4db6eab4
chore(release): 0.26.0 (#1195) 2022-08-29 19:36:15 +00:00
Lance Ball ed454fa05c
chore(release): 0.24.0 (#1034) 2022-06-01 17:24:24 +00:00
Lance Ball 4e369a013a
chore: add release process and func_darwin_arm64 to the release artifacts (#945)
* fix: add func_darwin_arm64 to the release artifacts

Signed-off-by: Lance Ball <lball@redhat.com>

* chore: add ARM64 release target/propose process

I noticed in the most recent release, that a MacOS M1 binary was not
produced. This commit adds that target to `hack/release.sh`. Additionally
the CHANGELOG.md files and version.txt files have been updated to accurately
reflect the current status. Finally, I've proposed a release process in
the new file `docs/RELEASING.md`.

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: remove trailing whitespace

Signed-off-by: Lance Ball <lball@redhat.com>
2022-04-07 15:22:46 +00:00
Lance Ball a5793916a0
chore: release 0.21.0 (#737) 2022-01-12 10:56:51 -08:00
Lance Ball f20a238ecc
chore: release 0.20.0 (#667) 2021-12-20 16:16:16 -08:00
github-actions[bot] f6a4ef21ac
chore: release 0.19.0 (#624)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-03 19:49:14 +01:00
github-actions[bot] 745d6a4253
chore: release 0.18.0 (#466)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-09-16 13:32:09 -04:00
github-actions[bot] 85683ea933
chore: release 0.17.1 (#461)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-08-05 15:32:59 -04:00
github-actions[bot] 818ec572aa
chore: release 0.17.0 (#440)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-08-04 14:12:26 -04:00
github-actions[bot] 0ad7b548a3
chore: release 0.16.0 (#370)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-23 12:55:44 -04:00
github-actions[bot] aee6180063
chore: release 0.15.1 (#367)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-27 16:31:00 -04:00
github-actions[bot] 3dda1fa9c0
chore: release 0.15.0 (#346)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-27 12:58:34 -04:00
github-actions[bot] 1595b5bb48
chore: release 0.14.0 (#342)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-12 14:55:12 -04:00
github-actions[bot] c5d31c5691
chore: release 0.13.0 (#319)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-12 12:02:26 -04:00
github-actions[bot] dd2061c3af
chore: release 0.12.1 (#295)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-04-14 14:53:41 -04:00
github-actions[bot] 4332480afe
chore: release 0.12.0 (#271)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-03-30 17:11:36 -04:00
github-actions[bot] e700252963
chore: release 0.11.0 (#244)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-01-21 17:58:42 +01:00
github-actions[bot] 9ed64787fd
chore: release 0.10.0 (#232)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-12-08 12:10:11 -05:00
github-actions[bot] e8b622e1aa
chore: release 0.9.0 (#200)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-11-06 15:28:03 -05:00
github-actions[bot] d59af679b2
chore: release 0.8.0 (#171)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-10-21 10:59:38 -04:00
github-actions[bot] 40962fc645
chore: release 0.7.0 (#116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-09-24 14:33:31 -04:00
Lance Ball 8a60c5e0c4 feat(ci/cd): add release-please for automated release management
This commit adds release-please as a github action, replacing the
develop, main and releases actions. Now, with each commit to main, a PR
is either created or updated with the contents of all changes since the
last release. When this PR is landed, a tag and branch are created, and
the build artifacts (binaries) are uploaded as part of a regular github
release.

A practical result of this landing will be that all work will subsequently
happen on the `main` branch (aside from backport releases) and the `develop`
branch will no longer be used.

When this is landed on `main`, a release will not be created as per usual.
Instead, a PR will be created with the contents of the changes since the
last release.
2020-09-10 09:49:54 -04:00