faberNovel / stateful-layout

Android StatefulLayout
Apache License 2.0
10 stars 4 forks source link

Add github release workflow #47

Closed AchrafAmil closed 4 years ago

AchrafAmil commented 4 years ago

Fixes #37

Implements the second part: Automates github release creation after a release branch pull request is merged into master. Extracts version name and relevant changelog lines and builds and uploads the aar artifact. Another (yet to do) workflow can automate the step before: Automate on 'release/**' branch push the "update changelog" and "bump version name and code" commits then pull-request to master (so than once this very PR is manually reviewed & merged the second workflow here implemented 🔝will take over).

sjcqs commented 4 years ago

@AchrafAmil I'll create another issue for the first part to ease tracking 👍