We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a PR with updated change log. Will look for PRs and Issues since last release.
Please feel free to add anything missing in the comments...
I used the following commands to help
gh pr list -R Green-Software-Foundation/carbon-aware-sdk --search "-label:agenda label:v1.6 is:closed " --json number,title,url --template \ '{{range .}}{{ printf "\n-[PR #%v]" .number | autocolor "green"}} {{.title}} {{ printf "](%v)" .url}}{{end}}' gh issue list -R Green-Software-Foundation/carbon-aware-sdk --search "-label:agenda label:v1.6 is:closed" --json number,title,url --template \ '{{range .}}{{ printf "\n-[#%v]" .number | autocolor "green"}} {{.title}} {{ printf "](%v)" .url}}{{end}}'
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
vaughanknight
Successfully merging a pull request may close this issue.
What happened?
Create a PR with updated change log.
Will look for PRs and Issues since last release.
Please feel free to add anything missing in the comments...
I used the following commands to help
Code of Conduct
Feature Commitment
The text was updated successfully, but these errors were encountered: