Skip to content

Adding note on releasing#280

Merged
allancascante merged 1 commit into
masterfrom
dev/allancascante/readme_update
Jul 23, 2026
Merged

Adding note on releasing#280
allancascante merged 1 commit into
masterfrom
dev/allancascante/readme_update

Conversation

@allancascante

Copy link
Copy Markdown
Contributor

Description

Adding notes on how to release a version

Code Changes

  • Unit tests are added, if possible
  • New or changed code follows the C# style guidelines defined in .editorconfig
  • All changes MUST be backwards compatible and changes to the shared az_func.GlobalState table must be compatible with all prior versions of the extension
  • Use core.debug or directly log to console to display relevant information
  • Use async and await for all long-running operations

Dependencies

  • If updating dependencies, run npm install to update the lock files and ensure that there are NO major versions updates or additional vulnerabilities in package-lock.json. If there are, contact the dev team for instructions.

Documentation

@allancascante allancascante changed the title adding note on releasing Adding note on releasing Jul 23, 2026
@allancascante
allancascante merged commit a51fe1a into master Jul 23, 2026
9 checks passed
@allancascante
allancascante deleted the dev/allancascante/readme_update branch July 23, 2026 20:19
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