From 7b1003a1f8854d524cef9f4ccc45739c7ec1dddf Mon Sep 17 00:00:00 2001 From: Andrey Fedotov Date: Wed, 24 Jan 2024 19:31:34 +0300 Subject: [PATCH] Tips in release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbc9e9fa..bdb271b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,9 @@ # # Note that the Github Release will be created with a generated # title/body based on your changelogs. +# +# This file was generated by cargo dist init. +# Some tips you could find here https://opensource.axo.dev/cargo-dist/book name: Release