-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df0218c
commit 5a7788e
Showing
4 changed files
with
92 additions
and
1 deletion.
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
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
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,45 @@ | ||
# v10.26.0 (Fri May 07 2021) | ||
|
||
:tada: This release contains work from a new contributor! :tada: | ||
|
||
Thank you, Alexey Alekhin ([@laughedelic](https://github.com/laughedelic)), for all your work! | ||
|
||
#### 🚀 Enhancement | ||
|
||
- add sbt plugin [#1962](https://github.com/intuit/auto/pull/1962) ([@laughedelic](https://github.com/laughedelic)) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- add link to sbt's readme ([@laughedelic](https://github.com/laughedelic)) | ||
- unused import ([@laughedelic](https://github.com/laughedelic)) | ||
- moar tests! ([@laughedelic](https://github.com/laughedelic)) | ||
- tests for sbtGetVersion ([@laughedelic](https://github.com/laughedelic)) | ||
- first test for cleaning sbt client output ([@laughedelic](https://github.com/laughedelic)) | ||
- pull sbt helpers out for testing ([@laughedelic](https://github.com/laughedelic)) | ||
- rename manageVersion to setCanaryVersion ([@laughedelic](https://github.com/laughedelic)) | ||
- always set version on release ([@laughedelic](https://github.com/laughedelic)) | ||
- adjust sbtClient interface ([@laughedelic](https://github.com/laughedelic)) | ||
- switch sbt-specific logs to verbose logger ([@laughedelic](https://github.com/laughedelic)) | ||
- add publishCommand option ([@laughedelic](https://github.com/laughedelic)) | ||
- downgrade strip-ansi ([@laughedelic](https://github.com/laughedelic)) | ||
- trim version output ([@laughedelic](https://github.com/laughedelic)) | ||
- don't aggregate version ([@laughedelic](https://github.com/laughedelic)) | ||
- remove unused test ([@laughedelic](https://github.com/laughedelic)) | ||
- note about sbt version ([@laughedelic](https://github.com/laughedelic)) | ||
- linting ([@laughedelic](https://github.com/laughedelic)) | ||
- docs ([@laughedelic](https://github.com/laughedelic)) | ||
- add manageVersion config option ([@laughedelic](https://github.com/laughedelic)) | ||
- clean output log ([@laughedelic](https://github.com/laughedelic)) | ||
- cut off v prefix ([@laughedelic](https://github.com/laughedelic)) | ||
- use strip-ansi ([@laughedelic](https://github.com/laughedelic)) | ||
- add SNAPSHOT suffix to the canary version ([@laughedelic](https://github.com/laughedelic)) | ||
- refactor ([@laughedelic](https://github.com/laughedelic)) | ||
- add semver dependency ([@laughedelic](https://github.com/laughedelic)) | ||
- blank lines ([@laughedelic](https://github.com/laughedelic)) | ||
- add publish logs to the canary details ([@laughedelic](https://github.com/laughedelic)) | ||
- add code from git-tag, implement publish/canary hooks ([@laughedelic](https://github.com/laughedelic)) | ||
- generate sbt plugin ([@laughedelic](https://github.com/laughedelic)) | ||
|
||
#### Authors: 1 | ||
|
||
- Alexey Alekhin ([@laughedelic](https://github.com/laughedelic)) |