feat(version): add file replacement variant for version_variables#1391
feat(version): add file replacement variant for version_variables#1391codejedi365 merged 4 commits intomasterfrom
Conversation
1b83911 to
5fe054a
Compare
5fe054a to
ae1ebf5
Compare
fd1ba55 to
295d077
Compare
1bdfe4b to
ff7eae9
Compare
|
@copilot, can you review the error we are getting on Windows in GitHub Actions for this PR and figure out what to change to correct the issue? |
Fixed in edfc2f5. The issue was with line ending handling on Windows. The problem: The code was using The fix: Changed to use Updated both the implementation and tests to use platform-independent Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
edfc2f5 to
82908ec
Compare
Add support for entire file replacement when pattern is specified as `*`. This allows users to configure version stamping for files that contain only a version number (e.g., VERSION files). Configuration examples: - `src/VERSION:*:nf` - Replace entire file with numeric version - `src/VERSION:*:tf` - Replace entire file with tag version Implements: #1375 Co-authored-by: codejedi365 <17354856+codejedi365@users.noreply.github.com>
… new file replacement
82908ec to
642f2d6
Compare
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.