Skip to content
Merged
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- fix release thingy

### Other

- release v0.13.14

## [0.13.15](https://github.com/instantOS/instantCLI/compare/v0.13.14...v0.13.15) - 2026-02-23

### Fixed

- fix release thingy
Comment on lines +20 to +24
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove the duplicate [0.13.15] heading block.

The entire ## [0.13.15] section — including its ### Fixed entry — is already present at lines 10–14. Lines 20–24 are an exact duplicate, likely a release-plz generation artifact from inserting the new ### Other subsection. This also triggers the MD024 markdownlint warning.

🗑️ Proposed fix — remove the duplicate block
 ### Other
 
 - release v0.13.14
 
-## [0.13.15](https://github.com/instantOS/instantCLI/compare/v0.13.14...v0.13.15) - 2026-02-23
-
-### Fixed
-
-- fix release thingy
-
 ## [0.13.14](https://github.com/instantOS/instantCLI/compare/v0.13.13...v0.13.14) - 2026-02-23
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)

[warning] 20-20: Multiple headings with the same content

(MD024, no-duplicate-heading)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` around lines 20 - 24, Remove the duplicate release block by
deleting the second occurrence of the "## [0.13.15] - 2026-02-23" heading and
its "### Fixed" sub-item ("- fix release thingy") so only the original [0.13.15]
section remains; ensure the newly added "### Other" subsection (the intended
change) stays in place and the changelog no longer contains two identical "##
[0.13.15]" headings to resolve the MD024 warning.


## [0.13.14](https://github.com/instantOS/instantCLI/compare/v0.13.13...v0.13.14) - 2026-02-23

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions pkgbuild/ins/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = ins
pkgdesc = A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations
pkgver = 0.13.10
pkgver = 0.13.15
pkgrel = 1
url = https://instantos.io
arch = x86_64
Expand All @@ -14,7 +14,7 @@ pkgbase = ins
optdepends = restic: for backup functionality
optdepends = kitty: default terminal for scratchpad
options = !lto
source = ins-0.13.10.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.10.tar.gz
source = ins-0.13.15.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.15.tar.gz
sha256sums = SKIP

pkgname = ins
2 changes: 1 addition & 1 deletion pkgbuild/ins/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: paperbenni <paperbenni@gmail.com>
pkgname=ins
pkgver=0.13.10
pkgver=0.13.15
pkgrel=1
pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations"
arch=('x86_64')
Expand Down