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 Release Notes for 1.6 #559

Closed
2 tasks done
danuw opened this issue Sep 10, 2024 · 1 comment · Fixed by #560
Closed
2 tasks done

Create Release Notes for 1.6 #559

danuw opened this issue Sep 10, 2024 · 1 comment · Fixed by #560
Assignees
Labels

Comments

@danuw
Copy link
Collaborator

danuw commented Sep 10, 2024

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

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}}'

Code of Conduct

  • I agree to follow this project's Code of Conduct

Feature Commitment

  • I commit to contributing this feature as a PR and working with the GSF to merge this feature into the Carbon Aware SDK.
@danuw
Copy link
Collaborator Author

danuw commented Sep 10, 2024

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

Successfully merging a pull request may close this issue.

2 participants