Skip to content

Commit 8a656f4

Browse files
committed
chore: fix crates.io publishing
1 parent 83a5085 commit 8a656f4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.\n
1111
# https://tera.netlify.app/docs/#introduction
1212
body = """
1313
{% if version %}\
14-
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
14+
## [{{ version }}] - {{ timestamp | date(format="%Y-%m-%d") }}
1515
{% else %}\
1616
## [unreleased]
1717
{% endif %}\
@@ -59,7 +59,7 @@ protect_breaking_commits = false
5959
# filter out the commits that are not matched by commit parsers
6060
filter_commits = false
6161
# glob pattern for matching git tags
62-
tag_pattern = "v[0-9]*"
62+
tag_pattern = "[0-9]*"
6363
# regex for skipping tags
6464
#skip_tags = "v0.1.0-beta.1"
6565
# regex for ignoring tags

crates/lsp/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ documentation = "https://docs.rs/beancount-language-server"
1212
keywords = ["beancount", "lsp", "language-server", "accounting", "finance"]
1313
categories = ["development-tools", "text-editors"]
1414
description = "A Language Server Protocol implementation for Beancount, providing rich editing features like completions, diagnostics, and formatting"
15-
publish = false
1615

1716
[dependencies]
1817
# Core functionality

0 commit comments

Comments
 (0)