Skip to content

Commit

Permalink
ci: add versio config
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Jun 22, 2024
1 parent 5d6623f commit 1609759
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ yarn-error.log*
/playwright-report/
/blob-report/
/playwright/.cache/
/.versio-paused
15 changes: 15 additions & 0 deletions .versio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
options:
prev_tag: "versio-prev"

projects:
- name: "guitos"
id: 1
tag_prefix: ""
labels: npm
version:
file: "package.json"
json: "version"

sizes:
use_angular: true
fail: ["*"]

0 comments on commit 1609759

Please sign in to comment.