Skip to content

Remove release-drafter Workflow#34

Merged
antgrutta merged 1 commit intomainfrom
actions
Oct 13, 2025
Merged

Remove release-drafter Workflow#34
antgrutta merged 1 commit intomainfrom
actions

Conversation

@antgrutta
Copy link
Contributor

This pull request removes the Release Drafter workflow configuration from the repository. This means automated drafting of release notes for new pushes to the main branch will no longer occur.

  • Removed the .github/workflows/release-drafter.yml file, which contained the configuration for the Release Drafter GitHub Action.

@antgrutta antgrutta requested a review from a team as a code owner October 13, 2025 14:01
Copilot AI review requested due to automatic review settings October 13, 2025 14:01
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the Release Drafter workflow configuration to disable automated release note drafting for the repository.

  • Completely removes the GitHub Actions workflow that automatically generated release drafts
  • Eliminates automated release management triggered by pushes to the main branch

@antgrutta antgrutta merged commit f033780 into main Oct 13, 2025
1 check passed
@antgrutta antgrutta deleted the actions branch October 13, 2025 14:02
@amenocal
Copy link
Contributor

@antgrutta is there a reason why you are deleting these ? This provided a consistent way of drafting our releases, it automatically bumps our versioning too and all we would need to do is mark the release as latest release "manually" which is better than pushing and figuring out the version manually.

@antgrutta
Copy link
Contributor Author

@amenocal, the drafter kept failing, I couldn't seem to get it to work and I am unfarmiliar with the config file:

{
  name: 'event',
  id: '18453253392',
  stack: 'Error: Configuration file .github/release-drafter.yml is not found. The configuration file must reside in your default branch.\n' +
    '    at getConfig (/home/runner/work/_actions/release-drafter/release-drafter/7cf306f56b79636bb76931494ccf29fc893763bd/dist/index.js:193939:13)\n' +
    '    at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/7cf306f56b79636bb76931494ccf29fc893763bd/dist/index.js:193529:20)\n' +
    '    at async Promise.all (index 0)',
  type: 'Error'
}
Error: Invalid config file

I needed to get the new release out for a demo going to MSFT this week. Please do add it back in as it is important to have a consistent release process.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants