Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Feb 18, 2025
1 parent 3c71e51 commit 3452692
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/git-tag-check/git-tag-check.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import os
import subprocess
import json
Expand Down
4 changes: 4 additions & 0 deletions util/git-tag-check/tag-branch.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"tag_pattern": "AWS-LC-FIPS-1\\..*",
"branch": "fips-2021-10-20"
},
{
"tag_pattern": "AWS-LC-FIPS-2\\..*",
"branch": "fips-2022-11-02"
Expand Down

0 comments on commit 3452692

Please sign in to comment.