Conversation
### Changed - Modified the CI workflow to trigger tests on pushes to the `dev` branch instead of `master`. - Added caching for Go modules and pip dependencies in the CI workflow to improve build performance. - Introduced a new release automation workflow that creates a GitHub release upon merging pull requests from `release/*` branches into `master`, extracts version information, and generates changelog notes. - Implemented a back-merge PR to sync `master` back into `dev` after a release.
### Added - Introduced a `CONTRIBUTING.md` file with comprehensive guidelines for contributing to the project. - Updated `README.md` to link to the new contribution guide and clarify the automated release process. - Implemented a new `release-automation.yml` workflow for automatic Git tagging, GitHub Releases, and back-merging PRs upon merging release branches into master. - Optimized the CI pipeline by removing redundant test runs on master branch pushes and adding caching for pip dependencies and Go modules. ### Changed - Adjusted CI triggers to run on pushes to `dev` instead of `master`, improving workflow efficiency.
### Changed - Enhanced the `CONTRIBUTING.md` file to include instructions for linking issues in the changelog entries. - Streamlined the `.github/PULL_REQUEST_TEMPLATE.md` by removing unnecessary sections and clarifying the checklist items for contributors. ### Added - Included a Contribution Guide link and a reminder for contributors to update the `CHANGELOG.md` under the `[NextRelease]` section in the pull request template.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation
CONTRIBUTING.mdfile with detailed guidelines for development workflow and the release process.README.mdto link to the new contribution guide and reflect the automated release process.CI/CD
release-automation.ymlworkflow that automatically creates Git tags, GitHub Releases, and back-merge PRs when release branches are merged to master.devinstead ofmaster, eliminating duplicate test runs while maintaining comprehensive coverage.pyproject.tomlandagent_docstrings/__init__.py, preventing false positives from other file modifications.Type of Change