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

Find better alternative for local release note generation #51

Closed
hferentschik opened this issue Mar 30, 2020 · 1 comment
Closed

Find better alternative for local release note generation #51

hferentschik opened this issue Mar 30, 2020 · 1 comment

Comments

@hferentschik
Copy link
Contributor

The helper script release.sh uses:

jx step changelog -v $version -p $prev_tag_base -r $current_tag_base --generate-yaml=false --no-dev-release --update-release=false

This works, however, this step is supposed to run in cluster and prints a lot of warnings when running locally. Partly because it will always use the pipeline's user credentials.
Also, due to the credential issue, the changelog is just written to the console and one needs to manually cut&paste.

A short jq script should do the trick.

hferentschik added a commit to hferentschik/terraform-google-jx that referenced this issue Apr 2, 2020
@hferentschik
Copy link
Contributor Author

🎉 This issue has been resolved in version 1.2.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

No branches or pull requests

1 participant