Skip to content

Commit

Permalink
Several minor doc tweaks
Browse files Browse the repository at this point in the history
* Fix image in README
* Some release-process notes to myself
  • Loading branch information
jaymzh committed Oct 23, 2023
1 parent 0c52f98 commit 8ae3d97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 2 additions & 0 deletions packaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ae3d97

Please sign in to comment.