github-changelog-generator/dummy_constants.rb
Petr Korolev 6775e9808d Move all variables to constants.rb
Add example file to git
2014-11-04 17:28:39 +02:00

5 lines
132 B
Ruby

@project_path = '/path/to/project'
@github_user = 'login'
@github_repo_name = 'projectName'
@oauth_token = 'your40digitGitHubToken'