very-clean: clean
$(CARGO) clean
+#---------- release process ----------
+#
+# Checks
+# NAILING_CARGO=nailing-cargo make check
+# dgit -wgfa sbuild
+#
+# Update release notes in debian/changelog:
+#
+# Update versions
+# * Cargo.toml version, dependencies
+# * macros/Cargo.toml version
+# * debian/changelog finalise
+#
+# Rerun checks
+# * See "Check" above
+# * release-rust-crate --dry-run VERSION
+#
+# == commitment point ==
+#
+# # merge into main, git push
+# release-rust-crate VERSION
+# dgit -wgf push-source sid
+
#---------- docs publication ----------
PUBLISHED_BRANCH=published