Skip to content

v0.2.1

Choose a tag to compare

@nitinhayaran nitinhayaran released this 29 Jul 14:50
499114b

What's Changed

Full Changelog: v0.2.0...v0.2.1

Updating to this release

Your Edgemetry is its own repository — the deploy button imported this one
rather than forking it, so GitHub gives you no Sync fork button.

In your copy: Actions → Update Edgemetry → Run workflow, then merge the
pull request it opens. Merging is what deploys. Your data and your Cloudflare
configuration are untouched — they live in D1 and in Cloudflare, not in the
repository.

No such workflow? Your copy predates it, and needs one manual update to get
it. From a clone of your repository:

git remote add upstream https://github.com/hayaran/Edgemetry.git
git fetch upstream main
git reset --hard upstream/main
git reset --soft origin/main
git commit -m "Update Edgemetry"
git push

That takes upstream's files as one ordinary commit on your own history, which
is what makes it apply cleanly to a repository that shares no history with
this one. It replaces every tracked file, so read the diff first if you have
edited any.

Full detail in the README