Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Keep a changelog
Search
wosc
September 06, 2015
Programming
0
350
Keep a changelog
Lightning talk about the changelog hg/git extensions at #pyunconf Hamburg
wosc
September 06, 2015
Tweet
Share
More Decks by wosc
See All by wosc
werkzeugkiste.pdf
wosc
0
190
Automatisierte Browser-Tests mit gocept.selenium
wosc
2
290
Ideenklau erwünscht: Konzepte aus der Zope-Welt
wosc
2
310
Other Decks in Programming
See All in Programming
Everything Claude Code OSS詳細 — 5層構造の中身と導入方法
targe
0
160
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
170
OTP を自動で入力する裏技
megabitsenmzq
0
130
生成 AI 時代のスナップショットテストってやつを見せてあげますよ(α版)
ojun9
0
310
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
170
Codex CLI でつくる、Issue から merge までの開発フロー
amata1219
0
240
PHP でエミュレータを自作して Ubuntu を動かそう
m3m0r7
PRO
2
150
飯MCP
yusukebe
0
400
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.4k
条件判定に名前、つけてますか? #phperkaigi #c
77web
2
860
Nuxt Server Components
wattanx
0
160
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
210
Featured
See All Featured
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
90
sira's awesome portfolio website redesign presentation
elsirapls
0
200
Believing is Seeing
oripsolob
1
99
Six Lessons from altMBA
skipperchong
29
4.2k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
Skip the Path - Find Your Career Trail
mkilby
1
92
The untapped power of vector embeddings
frankvandijk
2
1.6k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
680
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
330
Designing Powerful Visuals for Engaging Learning
tmiket
1
300
Transcript
Keep a changelog! Wolfgang Schnerring @wosc, pyunconf Hamburg 2015
None
Version (Date) User-visible changes
Commit message Changelog Changelog Commit message
Apply latest UX insights to Foobar widget More details about
the motivation and contents of the change Subject (Think, “this change will...”) Body Commit message format
It looks like you're typing the works of Shakespeare. Did
you know there were monkeys who can do that?
None
None
[extensions] hgchangelog = /path/to/hgchangelog.py Mercurial 1. Download from https://bitbucket.org/birkenfeld/hgchangelog 2.
Add to ~/.hgrc $ mkdir -p ~/.git-templates/hooks $ cp preparechangelog.py ~/.git-templates/hooks/prepare-commit-msg $ chmod +x ~/.git-templates/hooks/prepare-commit-msg $ git config --global init.templatedir '~/.git-templates' Git 1. Download from https://github.com/wosc/git-commitchangelog 2. Run
Keep a changelog!