Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog generator #100

Merged
merged 4 commits into from Jan 10, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Fix string format

  • Loading branch information
srirambv committed Nov 11, 2018
commit 9f276cb36fc4060325efee09329fb9d2cb039b34
@@ -376,19 +376,20 @@ def android_changelog():
return


print("*********************************************************************\
********************************")
print(" Changelog Generator ")
print("*********************************************************************\
********************************")
print("**********************************************************************"
"*******************")
print(" Changelog Generator "
" ")
print("**********************************************************************"
"*******************")

header = print("Generate changelog for:\n")
laptop = print("1. Laptop Release")
ios = print("2. iOS")
android = print("3. Android\n")

select_checklist = input("Choose the platform for which you want to generate\
the changelog: ")
select_checklist = input("Choose the platform for which you want to generate "
"the changelog: ")

if select_checklist == "1":
print("\nSelect the milestone to generate changelog \n")
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.