We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5feaaf commit c1bf6ddCopy full SHA for c1bf6dd
.github/workflows/publish-release.yml
@@ -30,7 +30,8 @@ jobs:
30
echo Last version: ${last_version}
31
new_version=$(echo ${NEW_TAG//v/""})
32
echo New version: ${new_version}
33
- git config --local user.name "github-actions[bot]"
+ git config --global user.name "github-actions[bot]"
34
+ git config --global user.email "[email protected]"
35
bumpversion --current-version $last_version --new-version $new_version setup.py
36
- name: update changelog with gren
37
env:
setup.py
@@ -14,7 +14,7 @@
14
if __name__ == "__main__":
15
setup(
16
name='fosslight_source',
17
- version='1.6.24',
+ version='1.6.25',
18
package_dir={"": "src"},
19
packages=find_packages(where='src'),
20
description='FOSSLight Source Scanner',
0 commit comments