Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## 1.0.0 (2026-03-24)


### Features

* add primary scripts, azurecli/bash scaffolding, and issue template ([343cd2b](https://github.com/AzureLocal/azurelocal-toolkit/commit/343cd2b24033a8f0682b0d4904d1633bc431d995))
* add sync-issues-to-project script for full project coverage ([570e167](https://github.com/AzureLocal/azurelocal-toolkit/commit/570e1671a2148a7891ebdff9742d619e4df4f6a9))
* add unique project ID field automation (TKT-N prefix) ([c6cc365](https://github.com/AzureLocal/azurelocal-toolkit/commit/c6cc36524921940b66f7ae3b016c0996b133ae3f))
* initial toolkit migration from prodtech-docs-azl-toolkit ([29645e3](https://github.com/AzureLocal/azurelocal-toolkit/commit/29645e318772ced78903a85b090952b59785963c)), closes [#12](https://github.com/AzureLocal/azurelocal-toolkit/issues/12)


### Bug Fixes

* make set-fields resilient to add-to-project failures ([6b02773](https://github.com/AzureLocal/azurelocal-toolkit/commit/6b027736b1556c0cf00718ed51abcad8bd3c0ee6))
* remove solutions directory and all solution references ([5e7dda7](https://github.com/AzureLocal/azurelocal-toolkit/commit/5e7dda7bd2d9f8181b5b1a362c6d01f93567af74))
* update Solution field option IDs and set toolkit option ID ([dc38e7b](https://github.com/AzureLocal/azurelocal-toolkit/commit/dc38e7bcfdf0596b123377f96db5c6c90d2a6bec))
* use action output for item ID, fix stale solution field option IDs ([8b240a2](https://github.com/AzureLocal/azurelocal-toolkit/commit/8b240a28cc9164ded9eaf8f5df4d9323c261598d))

## [Unreleased]

### Features
Expand Down