Skip to content

Commit

Permalink
make it easier and faster to add github software + fixed episerver ve…
Browse files Browse the repository at this point in the history
…rsion
  • Loading branch information
7h3Rabbit committed Feb 9, 2024
1 parent 7e1e11f commit 3ab4fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SAMPLE-software-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
{
"name": "episerver",
"category": "cms",
"version": "",
"domain": "referrer",
"precision": 0.4
},
Expand Down
2 changes: 1 addition & 1 deletion tests/software.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def add_github_software_source(name, github_ower, github_repo, url):

if name not in collection['softwares']:
collection['softwares'][name] = {
'note': 'BEFORE COMMIT, VERIFY THAT REPO EXIST, IS NOT REDIRECTED TO OTHER REPO AND HAVE TAGS/RELEASE VERSIONS IN SEMVERSION FORMAT (1.2.3). Remove this note if all is OK.',
'note': 'BEFORE COMMIT, VERIFY THAT REPO EXIST, IS NOT REDIRECTED TO OTHER REPO AND HAVE TAGS/RELEASE VERSIONS IN SEMVERSION FORMAT (1.2.3). Remove this note if following url is OK: https://github.com/{0}/{1}/tags'.format(github_ower, github_repo),
'github-owner': github_ower,
'github-repo': github_repo,
'url': url
Expand Down

0 comments on commit 3ab4fff

Please sign in to comment.