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

Create the wiki page if it doesn't exist #26

Open
asmeurer opened this issue Aug 9, 2018 · 5 comments
Open

Create the wiki page if it doesn't exist #26

asmeurer opened this issue Aug 9, 2018 · 5 comments

Comments

@asmeurer
Copy link
Member

asmeurer commented Aug 9, 2018

Currently if the wiki page doesn't exist it will fail. It should create it automatically if it doesn't exist yet.

@NupurMunda
Copy link

I want to claim this issue

@asmeurer
Copy link
Member Author

Go for it. I'm not presently working on any bot stuff.

@NupurMunda
Copy link

NupurMunda commented Nov 22, 2018 via email

@asmeurer
Copy link
Member Author

The code to write to the wiki is already there. It should be modified to check if the file exists, and if it doesn't, write out a template, which would be the like the current release notes file minus the changes.

@asmeurer
Copy link
Member Author

Specifically, currently if the page doesn't exist this line will result in an error

with open(release_notes_file, 'r') as f:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants