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

Add release and labeler configuration #27

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Add release and labeler configuration #27

merged 1 commit into from
Nov 8, 2024

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Nov 8, 2024

This pull request introduces several changes to configuration files and workflows to improve project automation and documentation. The most important changes include adding a new .editorconfig file, updating GitHub Actions workflows, and enhancing the README.md file with badges.

Configuration improvements:

  • Added a new .editorconfig file to standardize coding styles across different editors and IDEs. (.editorconfig)

GitHub Actions updates:

  • Updated the CI workflow to trigger on version tags and added a job to draft releases using lucacome/draft-release. (.github/workflows/ci.yml) [1] [2]
  • Introduced a new workflow for labeling pull requests automatically. (.github/workflows/labeler.yml)
  • Enhanced the release process by categorizing changes in the release notes based on labels. (.github/release.yml)

Documentation enhancements:

  • Added various status badges to the README.md file to display CI status, Go report card, Go version, and latest release version. (README.md)

Dependency management:

  • Updated the renovate.json configuration to extend from a shared configuration and schedule daily updates. (renovate.json)

@lucacome lucacome merged commit edd08c7 into master Nov 8, 2024
6 checks passed
@lucacome lucacome deleted the add-labeler branch November 8, 2024 01:43
@lucacome lucacome added the chore label Nov 8, 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 this pull request may close these issues.

1 participant