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

ci: regen release notes with GH API #36098

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

ankush
Copy link
Member

@ankush ankush commented Jul 12, 2023

No description provided.

@ankush ankush requested a review from deepeshgarg007 as a code owner July 12, 2023 06:46
@ankush ankush force-pushed the auto_regen_release_notes branch from 3299446 to 5a8d163 Compare July 12, 2023 06:46
@ankush ankush merged commit 0340bfc into frappe:develop Jul 12, 2023
@ankush ankush deleted the auto_regen_release_notes branch July 12, 2023 06:47
mergify bot pushed a commit that referenced this pull request Jul 12, 2023
[skip ci]

(cherry picked from commit 0340bfc)
mergify bot pushed a commit that referenced this pull request Jul 12, 2023
[skip ci]

(cherry picked from commit 0340bfc)
ankush added a commit that referenced this pull request Jul 12, 2023
ci: regen release notes with GH API (#36098)

[skip ci]

(cherry picked from commit 0340bfc)

Co-authored-by: Ankush Menat <[email protected]>
ankush added a commit that referenced this pull request Jul 12, 2023
ci: regen release notes with GH API (#36098)

[skip ci]

(cherry picked from commit 0340bfc)

Co-authored-by: Ankush Menat <[email protected]>
steps:
- name: Update notes
run: |
NEW_NOTES=$(gh api --method POST -H "Accept: application/vnd.github+json" /repos/frappe/frappe/releases/generate-notes -f tag_name=$RELEASE_TAG | jq -r '.body' | sed -E '/^\* (chore|ci|test|docs|style)/d' )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be /repos/frappe/erpnext/releases/generate-notes here instead of frappe repo?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants