Skip to content

Commit 265caf1

Browse files
committed
devel/cocogitto: update to 6.4.0
6.4.0 - 2025-10-18 Bug Fixes - respect disable_changelog setting for package changelogs - (d6ac8bf) - Lindner, Bernhard - allow packages without bump in changelog command - (71dc621) - Lindner, Bernhard - don't reverse commit list - (bec8de8) - Lindner, Bernhard - save multiple tags per commit - (cc0e64d) - Lindner, Bernhard - cog changelog failing on single commit - (a155a9d) - @oknozor - set explicit binstall pkg-url, bin-dir and pkg-fmt - (97fe60e) - Kristof Mattei - fix github pages build - (c8e46aa) - @oknozor Documentation - (typo) fix various doc typo (#458) - (707a80a) - Jx - add commit order doc - (7e4e6ef) - @oknozor Features - add breaking changes badge in all built-in templates - (1b7f965) - @oknozor - apply sort order in template - (306da76) - @oknozor - Allow sort order to be specified for commit types - (1949b50) - mikebender - only read tags reachable from HEAD - (aecd76b) - Lindner, Bernhard - allow specifying config path via command line (#466) - (b5443e8) - Technofab - resolve tilde in the signingkey to home (#460) - (daa983b) - Kristof Mattei Refactoring - remove field target of Tag - (3a4472b) - Lindner, Bernhard
1 parent 7fcd4b5 commit 265caf1

3 files changed

Lines changed: 807 additions & 657 deletions

File tree

devel/cocogitto/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.4 2025/03/30 16:51:06 pin Exp $
1+
# $NetBSD: Makefile,v 1.5 2025/10/18 14:45:39 pin Exp $
22

3-
DISTNAME= cocogitto-6.3.0
3+
DISTNAME= cocogitto-6.4.0
44
CATEGORIES= devel
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=cocogitto/}
66

@@ -9,8 +9,6 @@ HOMEPAGE= https://github.com/cocogitto/cocogitto/
99
COMMENT= The Conventional Commits toolbox
1010
LICENSE= mit
1111

12-
SITES.wasi-0.11.0+wasi-snapshop-preview1.crate= https://static.crates.io/crates/wasi/
13-
1412
.include "cargo-depends.mk"
1513

1614
INSTALLATION_DIRS= bin

0 commit comments

Comments
 (0)