User Tools

Site Tools


projects:pokerface:pokerface

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
projects:pokerface:pokerface [2026/06/12 05:31] – [Version History] jhagstrandprojects:pokerface:pokerface [2026/06/12 08:14] (current) – [Version History] jhagstrand
Line 115: Line 115:
  
  
-Semantic versioning. - indicates major.minor.patch.  Date versioning cannot do that. 
-Conventional Commit messages. - categorized.  So you can filter grep (fix|feat) 
-Release history,  
- 
-the changelog.md or release history is generated. 
- 
-# All tags with their full messages, most recent first 
-git tag -l --sort=-version:refname | xargs -I{} git show {} --no-patch --pretty=format:"%tag %*%(tag)%n%s%n%b%n---" 
- 
-git for-each-ref --sort=-version:refname \ 
-  --format="%(refname:short)%0a%(contents)%0a---" \ 
-  refs/tags 
- 
- 
-For each commit: 
-  * use conventional commit categorization [[https://en.wikipedia.org/wiki/Conventional_Commits_Specification]] 
- 
-For each release: 
-  * use semantic versioning  
-  * use the 50/72 rule: multiline tag message  
- 
-For commit and tag messages: 
-  * use the 50/72 rule:  
  
projects/pokerface/pokerface.txt · Last modified: 2026/06/12 08:14 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki