projects:pokerface:pokerface
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:pokerface:pokerface [2026/06/12 02:27] – [Version History] jhagstrand | projects: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. | ||
| + | |||
| + | |||
| + | git tag -a v1.3.0 -m " | ||
| + | $A = git log $B..HEAD --oneline --grep=' | ||
| + | $B = git tag -a v1.3.0 -m "$( | ||
| + | git log ..HEAD --oneline --grep=' | ||
| + | " | ||
| + | |||
| + | $C git describe --tags --abbrev=0 | ||
| + | |||
projects/pokerface/pokerface.1781245675.txt.gz · Last modified: 2026/06/12 02:27 by jhagstrand