Skip to content

Commit

Permalink
Add a link that summarizes the changes between updates (#1023)
Browse files Browse the repository at this point in the history
* Add a link that summarizes the changes between updates

* Add extra text
  • Loading branch information
zephraph authored Jun 30, 2022
1 parent 480ddc2 commit c2f91e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/bump-omicron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ git checkout main
git pull
git checkout -b "bump-console-$CONSOLE_VERSION_SHORT"

source tools/console_version

cat <<EOF > tools/console_version
COMMIT="$CONSOLE_VERSION"
SHA2="$SHA2"
EOF

git add --all
git commit -m "Bump console to latest main"
gh pr create --fill
git commit -m "Bump console to latest main\n\nChanges: https://github.com/oxidecomputer/console/compare/$COMMIT...$CONSOLE_VERSION"
gh pr create --fill

1 comment on commit c2f91e0

@vercel
Copy link

@vercel vercel bot commented on c2f91e0 Jun 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.