release_kit 0.1.3
release_kit: ^0.1.3 copied to clipboard
Flutter release toolkit - automatic version bump + multi-platform packaging with a unified config.
0.1.3 #
- Fix iOS/macOS flag parsing infinite loop (missing
shift). - iOS
--no-codesign: collect the.xcarchive(Flutter skips.ipageneration when unsigned). - macOS: drop the unsupported
--no-codesignflag. - Verified iOS and macOS publishing on a real macOS host.
0.1.2 #
- iOS publish: add
--obfuscate,--export-method,--no-codesign; robust.ipadiscovery. - macOS publish: add
--obfuscate,--no-codesign; robust.appdiscovery. - Docs: document iOS/macOS flags in README and GUIDE.
0.1.1 #
- Docs: restructure README and add an English usage guide (
docs/GUIDE.md); make pub.dev install the primary quick start, with git-clone as an alternative.
0.1.0 #
- Initial release as a Dart CLI package.
release-kit init— copy the config template + install the pre-commit hook.release-kit publish <platform>— build & package (windows / android / macos / linux / ios).release-kit bump— auto-increment the version inpubspec.yamlfrom staged changes.