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

Update release.yml to include internal and github_action labeled PRs #1137

Closed
quiet-node opened this issue Dec 26, 2024 · 0 comments · Fixed by #1138
Closed

Update release.yml to include internal and github_action labeled PRs #1137

quiet-node opened this issue Dec 26, 2024 · 0 comments · Fixed by #1138
Assignees
Labels
internal For changes that affect the project's internal workings but not its outward-facing functionality.
Milestone

Comments

@quiet-node
Copy link
Member

Problem

The release.yml in the repository is a tool that automatically generates release notes for hedera-json-rpc-relay, currently covering PRs labeled as enhancement, bug, documentation, and dependencies. A new category for internal changes should be added to include PRs labeled as internal and possibly github_action.

Solution

Update .github/release.yaml to include internal changes, as shown below:

changelog:
  exclude:
    labels: ['wontfix', 'question', 'duplicate', 'invalid']
  categories:
    - title: 'Enhancements'
      labels: ['enhancement']
    - title: 'Bug Fixes'
      labels: ['bug']
    - title: 'Documentation'
      labels: ['documentation']
    - title: 'Dependency Upgrades'
      labels: ['dependencies']
+   - title: 'Internal Changes'
+     labels: ['internal', 'github_action']

Alternatives

No response

@quiet-node quiet-node added the internal For changes that affect the project's internal workings but not its outward-facing functionality. label Dec 26, 2024
@quiet-node quiet-node added this to the 0.12.0 milestone Dec 26, 2024
@quiet-node quiet-node self-assigned this Dec 26, 2024
@quiet-node quiet-node moved this from Backlog to Tasks In Progress in Smart Contract Sprint Board Dec 26, 2024
@quiet-node quiet-node moved this from Tasks In Progress to In Review in Smart Contract Sprint Board Dec 26, 2024
@github-project-automation github-project-automation bot moved this from In Review to Done in Smart Contract Sprint Board Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal For changes that affect the project's internal workings but not its outward-facing functionality.
Projects
Status: Done
1 participant