Skip to content

Multiple problems following the chirpy-starter upgrade guide #2005

Answered by seanthegeek
seanthegeek asked this question in Q&A
Discussion options

You must be logged in to vote

I was able to upgrade successfully using the following steps.

  1. If this is your first time upgrading, initialize the assets/lib submodule and add the remote

git submodule update --init --recursive
git remote add chirpy https://github.com/cotes2020/chirpy-starter.git

  1. List the remote tags

git fetch chirpy --tags

  1. Merge with a remote tag

git merge --squash --allow-unrelated-histories vx.y.z

  1. Update the submodule

git submodule update --recursive

  1. Make changes as needed to address merge conflicts
  2. Update gems

bundle update

  1. Test changes

./tools/test.sh

  1. Add all changes, commit, and push

git add . && git commit -m "Upgrade to Chirpy X.Y.Z" && git push

@cotes2020 Please consi…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@seanthegeek
Comment options

@seanthegeek
Comment options

@seanthegeek
Comment options

@seanthegeek
Comment options

Answer selected by seanthegeek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants