3 Commits

Author SHA1 Message Date
81e813202b bump: Release v0.6.4 2024-08-28 18:59:06 -03:00
c3ed284bcb fix: variable bame in Hacefile 2024-08-28 18:58:34 -03:00
fd549681d6 bump: Release v0.6.4 2024-08-28 18:50:38 -03:00
2 changed files with 10 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- Ameba
- Variable bame in Hacefile
### 📚 Documentation
@@ -25,6 +26,11 @@ All notable changes to this project will be documented in this file.
- Switch from Makefile to Hacefile
- Added do_release script
- Fix markdown check
### Bump
- Release v0.6.4
## [0.6.1] - 2024-08-25

View File

@@ -37,13 +37,13 @@ tasks:
dependencies:
- bin/hace
commands: |
rm ${HOME}/.local/bin/{{name}}
cp bin/hace ${HOME}/.local/bin/{{name}}
rm ${HOME}/.local/bin/{{NAME}}
cp bin/hace ${HOME}/.local/bin/{{NAME}}
static:
outputs:
- bin/{{name}}-static-linux-amd64
- bin/{{name}}-static-linux-arm64
- bin/{{NAME}}-static-linux-amd64
- bin/{{NAME}}-static-linux-arm64
commands: |
hace clean
./build_static.sh