mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-09-17 10:48:12 +00:00
Compare commits
3 Commits
2aa8b235ee
...
v0.6.4
Author | SHA1 | Date | |
---|---|---|---|
81e813202b | |||
c3ed284bcb | |||
fd549681d6 |
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user