-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create rc-v0.3.2 prep * Do lint as a pre make target, remove prerequisite from docker makes * Properly capitalise JavaScript
- Loading branch information
Showing
5 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ dotVersionFiles: | |
- builder/.image-ver | ||
|
||
preMakeTargets: | ||
- lint | ||
- subo/docker | ||
|
||
postMakeTargets: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.3.1 | ||
v0.3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Subo Beta-3.2 brings quality of life improvements, JavaScript support, and create handler command | ||
|
||
* (fix): purge bad data cache from version check (pr #170) | ||
* (tweak): reduce file and folder permissions across subo (pr #172) | ||
* feat(builder): support for JavaScript (pr #177) | ||
* feat(builder): introduce templating for prereq commands (pr #187) | ||
* feat(cli): create handler command | ||
* feat(cli): initial version of subo push using Bindle (pr #178) | ||
* feat(ci/cd): adds a workflow to dispatch data on release to homebrew formula repo (pr #183) | ||
* feat(ci/cd): adds golangci-lint and basic linting rules, fixes issues (pr #189) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters