Skip to content

Feat/gitversion-fixes#20

Merged
kdcllc merged 2 commits intodevfrom
feat/gitversion-fixes
Oct 2, 2025
Merged

Feat/gitversion-fixes#20
kdcllc merged 2 commits intodevfrom
feat/gitversion-fixes

Conversation

@kdcllc
Copy link
Copy Markdown
Owner

@kdcllc kdcllc commented Oct 2, 2025

  • Added missing label for the develop branch.
  • Updated regex for the develop branch to match both 'dev' and 'development'.

kdcllc added 2 commits October 1, 2025 20:57
- Removed the changelog generation script and CHANGELOG.md file.
- Updated GitVersion configuration to use ContinuousDeployment mode.
- Modified publish workflow to create tags and releases based on build outputs.
- Cleaned up README.md to remove references to the changelog.
- Added missing label for the develop branch.
- Updated regex for the develop branch to match both 'dev' and 'development'.
@kdcllc kdcllc requested a review from Copilot October 2, 2025 01:06
Copy link
Copy Markdown

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 updates GitVersion configuration and removes the automated changelog generation system. The changes switch from ContinuousDelivery to GitHubFlow workflow with ContinuousDeployment mode, fix the develop branch configuration, and simplify the build process by removing complex changelog automation.

  • Updated GitVersion configuration to use GitHubFlow/v1 workflow with ContinuousDeployment mode
  • Fixed develop branch configuration with proper label and regex pattern
  • Removed automated changelog generation scripts and workflow files

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
GitVersion.yml Updated workflow mode and fixed develop branch configuration with proper label and regex
scripts/generate-changelog.sh Removed manual changelog generation script
.github/workflows/changelog.yml Removed automated changelog generation workflow
.github/workflows/publish.yml Cleaned up comments and added manual release creation step
CHANGELOG.md Removed existing changelog content
README.md Removed changelog reference section

Comment thread .github/workflows/publish.yml
@kdcllc kdcllc merged commit 0941953 into dev Oct 2, 2025
1 check passed
@kdcllc kdcllc deleted the feat/gitversion-fixes branch October 2, 2025 01:07
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.

2 participants