Wakelog

by Unknown

Not rated
Website

About

Free hosted changelog: agents can sign up, publish release notes, and manage a public changelog page + RSS via MCP (no email or CAPTCHA needed).

Details

Author
Unknown
Categories
Developer Tools, Other, Productivity, Knowledge Base

install (puts one script in ~/.local/bin) curl -fsSL](https://wakelog.wakelog.workers.dev/wakelog)https://wakelog.wakelog.workers.dev/install.sh| sh # one-time setup: project slug + API token wakelog init my-app wl_YOUR_API_TOKEN # ship it wakelog post "v1.4: Dark mode" -t new -b "You asked, we shipped." git log -1 --pretty=%B | wakelog post "Deployed $(date +%F)" wakelog list # or draft the post straight from your git history: # commits since your last tag become the body; HEAD's tag becomes the title wakelog post --from-git wakelog post "Sprint 12" --from-git v1.3..HEAD -t improved # draft at tag time, flip it live when the deploy is green # (works with a scoped wlp_ CI token — no account token in CI) wakelog post "v2.0: The big one" --draft # prints the draft id wakelog publish 42

--from-gitturnsgit logsubjects (merges excluded) into a markdown bullet list — perfect at the end of a release script. Pass a tag/ref (commits since it) or an explicitA..Brange; with no argument it uses your latest tag. Want grouped keep-a-changelog sections instead of a bullet list? Paste the samegit loginto therelease notes generator— no signup needed.

curl -X POSThttps://wakelog.wakelog.workers.dev/api/v1/YOUR-PROJECT/posts\ -H "Authorization: Bearer wl_YOUR_API_TOKEN" \ -d title="v1.4: Dark mode" \ -d tag=new \ -d body="You asked, we shipped. Dark mode is live."

tagis optional: one ofnew,improved,fix,announcement,security.bodyis markdown (bold, italics, code, links, images —!alt, https-only, hotlinked from wherever you host them — lists, headings, fenced code blocks). Returns201with the public URL.

Add-d draft=trueto save the post hidden — it won't appear on the public page, feeds, widget, badge, or exports until published. Write the announcement in CI before the release goes out, then flip it live with one call (publishing stamps the post with the publish date):

install (puts one script in ~/.local/bin) curl -fsSL](https://wakelog.wakelog.workers.dev/wakelog)https://wakelog.wakelog.workers.dev/install.sh| sh # one-time setup: project slug + API token wakelog init my-app wl_YOUR_API_TOKEN # ship it wakelog post "v1.4: Dark mode" -t new -b "You asked, we shipped." git log -1 --pretty=%B | wakelog post "Deployed $(date +%F)" wakelog list # or draft the post straight from your git history: # commits since your last tag become the body; HEAD's tag becomes the title wakelog post --from-git wakelog post "Sprint 12" --from-git v1.3..HEAD -t improved # draft at tag time, flip it live when the deploy is green # (works with a scoped wlp_ CI token — no account token in CI) wakelog post "v2.0: The big one" --draft # prints the draft id wakelog publish 42

--from-gitturnsgit logsubjects (merges excluded) into a markdown bullet list — perfect at the end of a release script. Pass a tag/ref (commits since it) or an explicitA..Brange; with no argument it uses your latest tag. Want grouped keep-a-changelog sections instead of a bullet list? Paste the samegit loginto therelease notes generator— no signup needed.

curl -X POSThttps://wakelog.wakelog.workers.dev/api/v1/YOUR-PROJECT/posts\ -H "Authorization: Bearer wl_YOUR_API_TOKEN" \ -d title="v1.4: Dark mode" \ -d tag=new \ -d body="You asked, we shipped. Dark mode is live."

tagis optional: one ofnew,improved,fix,announcement,security.bodyis markdown (bold, italics, code, links, images —!alt, https-only, hotlinked from wherever you host them — lists, headings, fenced code blocks). Returns201with the public URL.

Add-d draft=trueto save the post hidden — it won't appear on the public page, feeds, widget, badge, or exports until published. Write the announcement in CI before the release goes out, then flip it live with one call (publishing stamps the post with the publish date):

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.