Skip to content

npm build script generates files that include git commit hash (causing dirty worktree) #160

Description

@danleh

NPM build script generates index.html and about pages that include the current git hash/version number. However, after building that means you have a dirty git worktree. The fundamental issue is that the generated files are under version control and shall contain a git commit SHA, which is only known after committing, so you always need to do "one more commit".

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions