release config

This commit is contained in:
EthanShoeDev
2025-10-06 20:55:20 -04:00
parent dedeb14a24
commit 8f785646a2
2 changed files with 5 additions and 9 deletions

View File

@@ -31,9 +31,11 @@ export default {
},
hooks: {
'before:init': ['turbo run lint:check'],
'before:github:release': 'turbo run build:signed:apk',
'before:init': 'turbo run lint:check',
'before:github:release': [
'export GITHUB_TOKEN=$(gh auth token)',
'turbo run build:signed:apk',
],
'after:release': 'echo "Released ${npm.name} v${version}"',
},
} satisfies Config;

View File

@@ -1,7 +1 @@
# 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)