diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 18:05:33 +0900 |
---|---|---|
committer | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 23:18:52 +0900 |
commit | 6f24ac4e2a1ee8928e0be69bea774bcade28f2a9 (patch) | |
tree | 0f3cdca6bef987b55559a166fa55cb79fa13598b /.gitignore | |
parent | 94ccff4c790ae8c2ef301bdb4e593f51436b3c8e (diff) |
Remove hardcoded version from manifest
* Dynamically set version as argument to build script
* Set version using tag ref_name in CI
* [Cleanup] gitignore ext/manifest.json as it's dynamically generated
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ dictionaries/ /playwright-report/ /playwright/.cache/ /test/playwright/__screenshots__/ +ext/manifest.json |