Releases: arghena/insight
Releases · arghena/insight
v0.1.0-canary.3
🩹 Fixes
- go:
- To prevent special characters from appearing in the CLI - by @kurosakishigure in #15 (8f445)
- pipx:
- Make the CLI that comes with the GitHub Actions Runner Images overwritable - by @kurosakishigure in #13 (d3684)
- Permission denied - by @kurosakishigure in #14 (e65ec)
🤖 CI
- cd: Add the
README.md
to the assets - by @kurosakishigure in #12 (c6d62)
View changes on GitHub
v0.1.0-canary.2
🚀 Enhancements
- exec: Prevent misinterpreting paths as options - by @kurosakishigure in #11 (89f65)
View changes on GitHub
v0.1.0-canary.1
🚨 Breaking Changes
- schedule: Supports detecting file paths - by @kurosakishigure in #9 (d9c37)
💅 Refactors
- installer: Change log output target from tool name to package manager name - by @kurosakishigure in #10 (38cfa)
View changes on GitHub
v0.1.0-canary.0
🩹 Fixes
- exec:
- Make sure POSIX syntax is parsed correctly - by @kurosakishigure in #4 (c8c96)
- go:
- Correctly detect the
GOPATH
- by @kurosakishigure in #6 (c3a20) - Properly set up the Go environment - by @kurosakishigure in #7 (2aa7e)
- Correctly detect the
🔥 Performance
- pipx: Remove unnecessary setup - by @kurosakishigure in #5 (a9476)
🏡 Chore
- action:
- Change
secrets.GITHUB_TOKEN
togithub.token
- by @kurosakishigure in #2 (f9f55) - Update the invalid default value for
pull-request-type
- by @kurosakishigure in #3 (21a0b)
- Change
- actionlint:
- Ignore the false positives from actionlint - by @kurosakishigure in #8 (434f5)