Skip to content

Commit adf434e

Browse files
Version Packages (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 819e1aa commit adf434e

File tree

5 files changed

+12
-18
lines changed

5 files changed

+12
-18
lines changed

.changeset/chilly-clowns-start.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-keys-crash.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/purple-candies-matter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @codeowners-flow/cli
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 819e1aa: Enhance string formatting while generating CODEOWNERS
8+
- 819e1aa: Add new "validate" command.
9+
10+
With `codeowners-flow validate`, you can validate your CODEOWNERS file against a set of rules and ensure that it meets the required format and structure.
11+
12+
- 819e1aa: Fix init boilerplate to import "defineConfig" from CLI
13+
314
## 0.2.0
415

516
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeowners-flow/cli",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A tool to script and manage the CODEOWNERS file programmatically",
55
"bin": {
66
"codeowners-flow": "./bin/index.js"

0 commit comments

Comments
 (0)