From 16c05beb6c6a1a0e130d4bfcc8d15ccc42cef4d8 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 5 May 2024 14:52:30 +0200 Subject: [PATCH] updated NOTES.txt [skip ci] --- NOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTES.txt b/NOTES.txt index 43e6b663d..576ec9541 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -46,8 +46,8 @@ How to create a new Gentoo tinyorm ebuild: ------------------------------------------ cd /var/db/repos/crystal/dev-db/tinyorm/ -sudo cp tinyorm-0.37.1.ebuild tinyorm-0.37.2.ebuild -sudo ebuild ./tinyorm-0.37.2.ebuild manifest +sudo cp/mv tinyorm-0.37.x.ebuild tinyorm-0.37.y.ebuild +sudo ebuild ./tinyorm-0.37.y.ebuild manifest copy an updated Manifest and a new ebuild to tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/ commit to TinyORM project sudo emerge --update --newuse --deep --quiet-build -a @world