Skip to content

Commit

Permalink
feat: 🚀 create release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed May 25, 2023
1 parent b43bd80 commit a465890
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 20 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/🎉 Feature-20230208-174140.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/🐛 Bug Fix-20230411-132901.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/🔨 Refactor-20230223-162302.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/🔨 Refactor-20230223-162957.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/🤖 CI & Build-20230411-133006.yaml

This file was deleted.

23 changes: 23 additions & 0 deletions .changes/v1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## v1.0.1 - 2023-05-25

### 🎉 Feature

- New package `trunk` for automation on trunk installation, upgrades, and setup.

### 🤖 CI & Build

- Adjust changie to latest version with block input support and new cleaned up categories.

### 🐛 Bug Fix

- Label on `go:lint` incorrectly stated `gotestsum` found. This is fixed.

### 🔨 Refactor

- Adjust `magetoolsutils` output to be less verbose and output to debug when matching condition instead of Info level, as this has to be used in many functions and is noisy.
- Improve `ci.IsCI()` to detect GitHub specifically, Gitlab, and then resolve `CI=1` as generic CI instead.

### ⬆️ Dependencies

- Various dependencies updated to latest versions.
Reduced additional upstream dependency requirements.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## v1.0.1 - 2023-05-25

### 🎉 Feature

- New package `trunk` for automation on trunk installation, upgrades, and setup.

### 🤖 CI & Build

- Adjust changie to latest version with block input support and new cleaned up categories.

### 🐛 Bug Fix

- Label on `go:lint` incorrectly stated `gotestsum` found. This is fixed.

### 🔨 Refactor

- Adjust `magetoolsutils` output to be less verbose and output to debug when matching condition instead of Info level, as this has to be used in many functions and is noisy.
- Improve `ci.IsCI()` to detect GitHub specifically, Gitlab, and then resolve `CI=1` as generic CI instead.

## v1.0.0 - 2022-10-18

Breaking changes included.
Expand Down

0 comments on commit a465890

Please sign in to comment.