Metadata-Version: 2.1
Name: PlayReleaseApi
Version: 0.0.1
Summary: Release Api script for github and Google Play Console
Home-page: https://github.com/mahee96/PlayReleaseApi
Author: mahee96
Author-email: developer.mahee96@gmail.com
License: MIT
Download-URL: https://github.com/mahee96/PlayReleaseApi/releases/download/v0.0.1/PlayReleaseApi.zip
Keywords: Play,GooglePlay,Console,Play Console,python script,Github,Release Api,REST Api,CI,CD,CICD,Continuous Integration
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: json
Requires-Dist: os
Requires-Dist: re
Requires-Dist: requests
Requires-Dist: subprocess
Requires-Dist: sys
Requires-Dist: datetime

# PlayReleaseApi 

## Integrates with CI workflow to automate releases

> * Easy to use and small script
> * Uses semantic versioning vX.X.X-Y pattern
> * Automates releases by using github replease Api (REST methods)
> * Parses commit history between tags and creats release notes
> * Automatically sets the REST api header Content-Type for POSTs
> * Uploads assets for the release tag (file paths need to be provided)

## Upcoming items
--------------------------------------------------------------
>  - Documenting the release and more updates
>  - Enable play publishing integration for seamless CI/CD 
>  - Handle tests (no initiative as of yet)
>  - Genericizing the script and enhancing for generic use
--------------------------------------------------------------

