From 8ae3d9758c58041d6ace792cf1e10970c77fdf32 Mon Sep 17 00:00:00 2001 From: Phil Dibowitz Date: Sun, 22 Oct 2023 21:38:05 -0700 Subject: [PATCH] Several minor doc tweaks * Fix image in README * Some release-process notes to myself --- README.md | 2 +- RELEASE_PROCESS.md | 2 +- packaging/README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28b2202..ea98571 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Created feature branch dependent-feature based on test-branch Smartlog will show you a tree diagram of your branches! Simply run `sj smartlog` or `sj sl` for short. -![smartlog screenshot](https://github.com/jaymzh/sugarjar/blob/master/smartlog.png) +![smartlog screenshot](https://github.com/jaymzh/sugarjar/blob/main/smartlog.png) ## Pulling in suggestions from the web diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index ebbeae9..e0f878d 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -34,7 +34,7 @@ Then from inside each VM: # https://github.com/chef/bento/issues/1391) # # Fedora has official packages now, so we don't build for that. - distros="ubuntu-1804 ubuntu-2004 debian-11 centos-stream-8" + distros="ubuntu-2004 ubuntu-2204 debian-11 debian-12 centos-stream-8" for d in $distros; do bundle exec kitchen converge default-$d && \ bundle exec kitchen login default-$d && \ diff --git a/packaging/README.md b/packaging/README.md index 5d491f8..55ecf58 100644 --- a/packaging/README.md +++ b/packaging/README.md @@ -20,6 +20,8 @@ If not already checked out, check out the dist-git: fedpkg co rubygem-sugarjar ``` +Make sure you start on the 'rawhide' branch. + If already checked out, do `fedpkg pull` to get the latest. ## Do work