Releases: channable/hoff
Releases Β· channable/hoff
Hoff v0.31.11
Released 2023-10-26
- Disallow
merge and deploy
without a specified environment if multiple environments are available.
Hoff v0.31.10
0.31.10
Released 2023-10-26
- Always create merge commits when a single-commit PR is approved for merge and tag.
Hoff v0.27.3
Hoff v0.27.3. All currently known merge train bugs have been fixed.
Changes since v0.27.2:
- π fix web display of merge trains: #178
- π ignore build status change on just the URL: #180
- π log repository names in the logs: #182
- π document merge trains in the readme: #179
Hoff v0.27.2
This is Hoff v0.27.2. Changes since v0.27.1:
- π UI rendering bugfix: #176
- π Merge train bugfix: #177
Hoff v0.27.1
Hoff v0.27.1
Changes since v0.27.0:
- Expose running version on CLI and Web (#157);
- Include git fetch in rebase instructions (#158);
- Improve markdown of Hoff's GitHub comments (#156 and #172);
- Skip
testing
branch deletion (#173). If upgrading directly from 0.26.0 or earlier, one should delete testing
branches manually.
Hoff v0.27.0
Changes since v0.26.2:
- Support for merge trains (#77 and #137) π π π π π;
- Document known issue #147;
- Revert #148.
Hoff v0.26.2
Changes since v0.26.1:
Ignore builds on other branches (#148) had no actual effect, reverted on further releases
Hoff v0.26.1
Changes since v0.26.0:
- only include changes in the internal representation, behaviour is the same;
- Split
BuildPending
into BuildStarted
(#146).
Hoff v0.26.0
Changes since v0.25.9:
- qualify the
testing
branch by PR id, eg: testing/123
(#134)
Hoff v0.25.9
Changes since v0.25.8:
- ignore duplicate build status webhooks (#145)