Leanpub Multi Action
Version updated for https://github.com/lykinsbd/leanpub-multi-action to version v2.1.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Leanpub Multi Action is a GitHub Action designed to automate interactions with the Leanpub API, enabling seamless management of Leanpub books within GitHub workflows. It simplifies tasks such as previewing, publishing, unpublishing, checking job statuses, and verifying book details, thereby streamlining the publishing process for authors. Key capabilities include automating book previews (full, subset, or single-file), publishing with optional release notes and reader notifications, and polling for job completion, all configurable through GitHub Actions.
Release notes
What’s Changed
- chore: Remove towncrier, fix license alignment by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/71
- chore: Cleanup - towncrier removal and license fix by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/72
- chore: Add marketplace branding by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/73
- chore: Add marketplace branding by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/74
- fix: Use correct job_status.json endpoint for check-status by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/75
- feat: Add book-summary action by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/80
- feat: Add book-exists action by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/81
- feat: Add unpublish action by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/82
- feat: Add –wait polling to check-status by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/83
- Release v2.1.0: book-summary, book-exists, unpublish, check-status –wait by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/84
- chore: Bump version to 2.1.0 by @lykinsbd in https://github.com/lykinsbd/leanpub-multi-action/pull/85
Full Changelog: https://github.com/lykinsbd/leanpub-multi-action/compare/v2.0.1...v2.1.0