Short description of issue
Horizon theme changelog and exporting changes
Link to Shopify Store
not applicable
Reproduction steps
not applicable
Additional info
I have a question i couldn’t find any doc on this, if we build a custom on theme of horizon how can we track updates change that come to Horizon or future changes? there is no Github changelog?
When i mention custom here i mean at least a liquid file had a single x changes, and need to exported to the new updated theme.
Thanks
What type of topic is this
General discussion
There is a Changelog, but named as release-notes.md. This includes all changes within the theme, will this solve your desire for a Changelog? @blanklob
Also there is the way to add the github repository as a remote origin to pull changes into your local theme.
Its not as easy one Changelog.md with all changes, but i think currently the only way to get these updates. right, @stephanie-shopify ?
1 Like
tracking update changes is not the same as a changelog.
To see actual changes use git , or other tools, to diff your repo against the upstream repo.
Or use git to pull the other repo ( upstream remote)
The horizon repo itself has the instructions
https://github.com/Shopify/horizon?tab=readme-ov-file#staying-up-to-date-with-horizon-changes
As an exercise it can help to fork an old branch of a repo, then merge in main.
If using github there is a diff UI for of all changes as well for a repo.
https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits#comparing-commits
1 Like
Thanks Paul that answered my question.
1 Like
No problem if you figure out the workflow you need consider making it’s own post.
Always interesting to see what hills new learners have to climb.
No need to reply.