semtag 0.2.4__tar.gz → 0.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -124,6 +124,5 @@ jobs:
124
124
  fi
125
125
  git config user.name "github-actions[bot]"
126
126
  git config user.email "github-actions[bot]@users.noreply.github.com"
127
- git add "${FORMULA_PATH}"
128
- git commit -m "Update semtag to ${GITHUB_REF_NAME}"
127
+ git commit -am "Update semtag to ${GITHUB_REF_NAME}"
129
128
  git push
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: semtag
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: A tool for managing semantic version tags in git repositories
5
5
  Author-email: Mateusz Mikrut <mateusz.mikrut@gmail.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: semtag
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: A tool for managing semantic version tags in git repositories
5
5
  Author-email: Mateusz Mikrut <mateusz.mikrut@gmail.com>
6
6
  License-Expression: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes