Skip to content

Commit 1c32b49

Browse files
chore(version): v0.1.0
1 parent 686cf12 commit 1c32b49

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## [v0.1.0](https://github.com/brad-jones/dotnetup/compare/b5a084e6c462cbadafac4005949d762a056fda28..v0.1.0) - 2024-01-11
6+
#### Build system
7+
- **(lefthook)** add glob filters to dotnet fmt tasks - ([6fbdf0c](https://github.com/brad-jones/dotnetup/commit/6fbdf0c1fbffad3804d5cb6824a11c9630f540c8)) - [@brad-jones](https://github.com/brad-jones)
8+
- strip v prefix before we give it to dotnet publish - ([78718b8](https://github.com/brad-jones/dotnetup/commit/78718b8586f37d6139c66d4475fb99d4ff78a446)) - [@brad-jones](https://github.com/brad-jones)
9+
#### Continuous Integration
10+
- **(build_test)** also build self contained x64 - ([5c977c8](https://github.com/brad-jones/dotnetup/commit/5c977c8bd266a8a6e234399eae8f17f7178f8611)) - [@brad-jones](https://github.com/brad-jones)
11+
- **(build_test)** spit out builds into seperate artifacts - ([70525ab](https://github.com/brad-jones/dotnetup/commit/70525ab12724620a337e1c7e39b07749733ed4ab)) - [@brad-jones](https://github.com/brad-jones)
12+
- **(build_test)** clean can just be a local task for when things get out of hand - ([daaa2a1](https://github.com/brad-jones/dotnetup/commit/daaa2a1392580a66d1cda0ed9c4432b8826f6fd0)) - [@brad-jones](https://github.com/brad-jones)
13+
- **(build_test)** debug win & osx outputs - ([bc86343](https://github.com/brad-jones/dotnetup/commit/bc86343a8dd3435fedf5fe2cdc358556bd42c8a7)) - [@brad-jones](https://github.com/brad-jones)
14+
- **(build_test)** matrix job for each os - ([473c18e](https://github.com/brad-jones/dotnetup/commit/473c18eae05cadc1a2a55f1d1ad9ba226e4746d9)) - [@brad-jones](https://github.com/brad-jones)
15+
- **(cog)** final tweaks to cog so that hopefully we get a good release - ([686cf12](https://github.com/brad-jones/dotnetup/commit/686cf129a97c44537c9dd89fd3377803ef409f7f)) - [@brad-jones](https://github.com/brad-jones)
16+
- **(cog)** need to set git identity before publish - ([e7af533](https://github.com/brad-jones/dotnetup/commit/e7af533f4900e2e0f9bf3dc5eb6d4ce11e4f196d)) - [@brad-jones](https://github.com/brad-jones)
17+
- **(dprint)** ignore tools dir - ([4796997](https://github.com/brad-jones/dotnetup/commit/4796997a0e2d8f34eed998e262a5f34405661362)) - [@brad-jones](https://github.com/brad-jones)
18+
- **(lint)** fix typo in dotnet tool restore cmd - ([b52b18e](https://github.com/brad-jones/dotnetup/commit/b52b18e806f5043eccffaa36e3ecb2feaf1b4c42)) - [@brad-jones](https://github.com/brad-jones)
19+
- **(lint)** the whole devcontainer thing in ci still need work IMO - ([6c1d233](https://github.com/brad-jones/dotnetup/commit/6c1d2335ea738f10aed7e0903ca0d28323ffd289)) - [@brad-jones](https://github.com/brad-jones)
20+
- **(lint)** try and use the container directly - ([8e1d3cf](https://github.com/brad-jones/dotnetup/commit/8e1d3cf2743b0b078214182cf8953a2eb8e02c4c)) - [@brad-jones](https://github.com/brad-jones)
21+
- **(lint)** authenticate docker so we can push the img - ([7c60be8](https://github.com/brad-jones/dotnetup/commit/7c60be8804cb0beda2a6f6fc769665d5555cba9c)) - [@brad-jones](https://github.com/brad-jones)
22+
- **(lint)** forgot to checkout repo - ([21276f4](https://github.com/brad-jones/dotnetup/commit/21276f4ed39e7a1fecf05b5db0c50b20a4111999)) - [@brad-jones](https://github.com/brad-jones)
23+
- **(lint)** try out devcontainer ci action - ([b4d7316](https://github.com/brad-jones/dotnetup/commit/b4d73169462d1241e93e968704a89529fbcf5c65)) - [@brad-jones](https://github.com/brad-jones)
24+
- **(lint)** debug why dprint is still not executeable - ([252a63c](https://github.com/brad-jones/dotnetup/commit/252a63c196e3d96cb6ca5a5025f461134eec4148)) - [@brad-jones](https://github.com/brad-jones)
25+
- **(lint)** aded dprint to path - ([1e4cdb7](https://github.com/brad-jones/dotnetup/commit/1e4cdb7bccad0a5d9a03be5acd70a4b41b5f93e5)) - [@brad-jones](https://github.com/brad-jones)
26+
- **(publish)** download into the bin folder - ([2053b8e](https://github.com/brad-jones/dotnetup/commit/2053b8e7549dc140596de7537795ae332820cf20)) - [@brad-jones](https://github.com/brad-jones)
27+
- **(publish)** lets see what output download-artifact gives us - ([351b64f](https://github.com/brad-jones/dotnetup/commit/351b64f5f17dee8bd4a35af2056ceab58549ae23)) - [@brad-jones](https://github.com/brad-jones)
28+
- change retention period to minimum - ([8e64abe](https://github.com/brad-jones/dotnetup/commit/8e64abe5568a985771d2a290ab3c8b1eebda5c75)) - [@brad-jones](https://github.com/brad-jones)
29+
- reintroduce the publish step - ([4ae37e7](https://github.com/brad-jones/dotnetup/commit/4ae37e7e92e804477d25e74f7b2fd5369a9367bb)) - [@brad-jones](https://github.com/brad-jones)
30+
- fix for cross-device link error - ([f81b0ec](https://github.com/brad-jones/dotnetup/commit/f81b0ecf68eeb33cd845087966a5a00945df0160)) - [@brad-jones](https://github.com/brad-jones)
31+
- checkout full repo so we can calc next version bump - ([c6799f9](https://github.com/brad-jones/dotnetup/commit/c6799f921c7014fe36cb372dcfcdb6328702f79d)) - [@brad-jones](https://github.com/brad-jones)
32+
- fix shfmt install on windows - ([d6b504c](https://github.com/brad-jones/dotnetup/commit/d6b504c4c00cec491c1760dfbaf1a4e3f62f3197)) - [@brad-jones](https://github.com/brad-jones)
33+
- reintroduce the build_test step - ([98837d1](https://github.com/brad-jones/dotnetup/commit/98837d1fabd3c619ba3a8f078806cabef0d7a2b4)) - [@brad-jones](https://github.com/brad-jones)
34+
- fix path to local action - ([20b9e0a](https://github.com/brad-jones/dotnetup/commit/20b9e0a01133bb2e7b11101f0ffe8d1ca2e9f5bc)) - [@brad-jones](https://github.com/brad-jones)
35+
- lets try this pattern - ([7ff5fb3](https://github.com/brad-jones/dotnetup/commit/7ff5fb32c5762bc64e4e66222879e6e95052f014)) - [@brad-jones](https://github.com/brad-jones)
36+
- opps got the subdir incorrect I think - ([7e0eda2](https://github.com/brad-jones/dotnetup/commit/7e0eda21e9b6611baddc714ee56c2112d1dba0b1)) - [@brad-jones](https://github.com/brad-jones)
37+
- cog is again in a sub dir - ([8877c67](https://github.com/brad-jones/dotnetup/commit/8877c672eb6cf434a7d81501bd327193e4d81c37)) - [@brad-jones](https://github.com/brad-jones)
38+
- shfmt is a pure binary - ([aa1b28a](https://github.com/brad-jones/dotnetup/commit/aa1b28a65cf7f2b434424b89e3d65da1a2e7c5c3)) - [@brad-jones](https://github.com/brad-jones)
39+
- try all the other tools now - ([2e18ead](https://github.com/brad-jones/dotnetup/commit/2e18ead8d61f91347716a0cce9308af34282ee94)) - [@brad-jones](https://github.com/brad-jones)
40+
- test new gh release installer action - ([b8c69e4](https://github.com/brad-jones/dotnetup/commit/b8c69e47dcb9ed1e33f3ee0b1f8acba3a32f3080)) - [@brad-jones](https://github.com/brad-jones)
41+
- cog is extracted into a sub dir unlike the others - ([4fb3152](https://github.com/brad-jones/dotnetup/commit/4fb315284e229e1bdfb88b66392c77955f62f746)) - [@brad-jones](https://github.com/brad-jones)
42+
- debug new instalation method - ([1958e7c](https://github.com/brad-jones/dotnetup/commit/1958e7caab529a6a827141796abcea604a05e05b)) - [@brad-jones](https://github.com/brad-jones)
43+
- use the release-downloader for everything - ([9fd4850](https://github.com/brad-jones/dotnetup/commit/9fd485034b5bf1cd995a14cfbef2986126478c76)) - [@brad-jones](https://github.com/brad-jones)
44+
#### Features
45+
- initial release - ([749bb59](https://github.com/brad-jones/dotnetup/commit/749bb596dc6d48ad503500b6e8ef6928cb4bf52e)) - [@brad-jones](https://github.com/brad-jones)
46+
#### Miscellaneous Chores
47+
- **(devcontainer)** add gitlens - ([96c3a4e](https://github.com/brad-jones/dotnetup/commit/96c3a4e6f59f83c1716e2fa8e5f7918db056842a)) - [@brad-jones](https://github.com/brad-jones)
48+
- **(gitignore)** ignore the publish dir we create at publish time - ([6a17d2b](https://github.com/brad-jones/dotnetup/commit/6a17d2bd15bf2d7c147660864da40b0fa58b7bde)) - [@brad-jones](https://github.com/brad-jones)
49+
50+
- - -
51+
52+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

0 commit comments

Comments
 (0)