Use git version when packaging zip files

Repository details (talkie)
Project page
talkie
Project log category
(588 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
630 commits
Stars
69 stars
Commit details (3212ad32)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Use git version when packaging zip files

  • Previously, the packaging used the hardcoded version from package.json.
  • Changes to the code would not be reflected in the package naming if packaging was rerun.
  • Using the dynamic git describe shows if there were commits (with both the count and the current commit hash) and/or uncommitted (dirty) changes since the most recent vX.Y.Z tag.
Raw text
Use git version when packaging zip files

- Previously, the packaging used the hardcoded version from `package.json`.
- Changes to the code would not be reflected in the package naming if packaging was rerun.
- Using the dynamic `git describe` shows if there were commits (with both the count and the current commit hash) and/or uncommitted (dirty) changes since the most recent `vX.Y.Z` tag.

Changed files (1)

Path Additions Deletions
package.json +12 -11

Commit categories (3)