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

Fetching tags... but no CHANGELOG.md file created #1002

Open
cratzerdigitalreef opened this issue Dec 28, 2021 · 1 comment
Open

Fetching tags... but no CHANGELOG.md file created #1002

cratzerdigitalreef opened this issue Dec 28, 2021 · 1 comment

Comments

@cratzerdigitalreef
Copy link

Hi,
I downloaded the last version, yesterday 2021-12-27.
I have installed Rubi in Windows 10 successfully.
I have created a .bat so that I can run the script in Windows 10.

Example:
echo true
SET sToken=[My Token]
SET sProject="[My guthub project in the network]"
SET sUser=[my github username]

github_changelog_generator --user %sUser% --project %sProject% --token %sToken% --output CHANGELOG.md --release-branch master > out.txt

pause

But in the result, out.txt, I only have the text:
Fetching tags...

No CHANGELOG.md being created.

Please, any hint ?

Thanks.

Carlos

@paayaw0
Copy link

paayaw0 commented Oct 28, 2022

it's because you are outputting to a .txt file. Without specifying a path to STDOUT it defaults to creating a CHANGELOG.md file.

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