From 37072eda2426c7f17e60ed4031d334d20ee46e08 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:17:35 +0100 Subject: [PATCH] docs(changelog): document publish index arg --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b49f9f..b003c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Add `--index` flag to `publish` command to publish to a specific index by @daimond113 + ### Fixed - Use a different algorithm for finding a CAS directory to avoid issues with mounted drives by @daimond113 - Remove default.project.json from Git pesde dependencies by @daimond113