Skip to content

chore: release v0.13.0 - merge develop to master#62

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/merge-develop-to-master
Draft

chore: release v0.13.0 - merge develop to master#62
Copilot wants to merge 2 commits intomasterfrom
copilot/merge-develop-to-master

Conversation

Copy link

Copilot AI commented Nov 29, 2025

Merges develop branch to master for 0.13.0 release.

⚠ Breaking Changes

Environment variable names renamed to avoid conflicts with system-wide env vars:

  • USERNAMEHEXON_USERNAME
  • PASSWORDHEXON_PASSWORD

Changes

  • Environment config: Updated .env.sample and server-shared/src/env-service.ts with prefixed variable names
  • Version bump: 0.12.8 → 0.13.0
  • Changelog: Added 0.13.0 release notes
  • Documentation: Updated README to reference develop branch for contributions
  • Build artifacts: Rebuilt server with updated env handling
// Before
const username = process.env.USERNAME
const password = process.env.PASSWORD

// After  
const username = process.env.HEXON_USERNAME
const password = process.env.HEXON_PASSWORD
Original prompt

merge devlop to master and build release 0.13.0


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: YuJianghao <17293034+YuJianghao@users.noreply.github.com>
Copilot AI changed the title [WIP] Merge develop branch into master for release 0.13.0 chore: release v0.13.0 - merge develop to master Nov 29, 2025
Copilot AI requested a review from YuJianghao November 29, 2025 13:42
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