mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
release config
This commit is contained in:
@@ -31,9 +31,11 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
hooks: {
|
hooks: {
|
||||||
'before:init': ['turbo run lint:check'],
|
'before:init': 'turbo run lint:check',
|
||||||
'before:github:release': 'turbo run build:signed:apk',
|
'before:github:release': [
|
||||||
|
'export GITHUB_TOKEN=$(gh auth token)',
|
||||||
|
'turbo run build:signed:apk',
|
||||||
|
],
|
||||||
'after:release': 'echo "Released ${npm.name} v${version}"',
|
'after:release': 'echo "Released ${npm.name} v${version}"',
|
||||||
},
|
},
|
||||||
} satisfies Config;
|
} satisfies Config;
|
||||||
|
|||||||
@@ -1,7 +1 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.0.2](https://github.com/EthanShoeDev/fressh/compare/@fressh/mobile-v0.0.1...${npm.name}-v0.0.2) (2025-10-07)
|
|
||||||
|
|
||||||
## 0.0.1 (2025-10-07)
|
|
||||||
|
|
||||||
## [0.0.5](https://github.com/EthanShoeDev/fressh/compare/v0.0.4...v0.0.5) (2025-10-05)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user