Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several minor doc tweaks #135

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading