We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd11d95 commit 19e1207Copy full SHA for 19e1207
Cargo.toml
@@ -1,9 +1,10 @@
1
[package]
2
name = "git-fixup"
3
-version = "0.1.8"
+version = "0.1.9.prerelease.2"
4
authors = ["Brandon W Maister <[email protected]>"]
5
edition = "2021"
6
default-run = "git-fixup"
7
+publish = false
8
repository = "https://github.com/quodlibetor/git-fixup"
9
description = """Apply staged git changes to an ancestor git commit.
10
"""
@@ -31,6 +32,9 @@ itertools = "0.10.3"
31
32
inherits = "release"
33
lto = "thin"
34
35
+[package.metadata.dist]
36
+dist = true
37
+
38
# Config for 'cargo dist'
39
[workspace.metadata.dist]
40
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
0 commit comments