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
Next revision
Previous revision
projects:pokerface:pokerface [2026/06/12 02:27] – [Version History] jhagstrandprojects:pokerface:pokerface [2026/06/12 08:14] (current) – [Version History] jhagstrand
Line 102: Line 102:
   * load scripts with defer   * load scripts with defer
   * added a package.json manifest file for use with test-suite.js   * added a package.json manifest file for use with test-suite.js
 +
 +Client-side javascript apps.  I want to implement tags and a release history.  I don't want to use any tools other than git.  What are some common formats I can use so the log and tags and release history do not duplicate each other but work together to communicate to users and developers.
 +
 +
 +git tag -a v1.3.0 -m "$A"
 +$A = git log $B..HEAD --oneline --grep='^feat\|^fix')"
 +$B = git tag -a v1.3.0 -m "$(
 +git log ..HEAD --oneline --grep='^feat\|^fix')
 +"
 +
 +$C git describe --tags --abbrev=0
 +
  
  
projects/pokerface/pokerface.1781245675.txt.gz · Last modified: 2026/06/12 02:27 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