Skip to content

Commit

Permalink
fix: add custom hostTypes to platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Sep 13, 2023
1 parent ab17060 commit fadf1f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/constants/platforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const GITEA_API_USING_HOST_TYPES = [
'gitea-changelog',
'gitea-releases',
'gitea-tags',
'custom',
];

export const GITHUB_API_USING_HOST_TYPES = [
Expand All @@ -24,6 +25,7 @@ export const GITHUB_API_USING_HOST_TYPES = [
'hermit',
'github-changelog',
'conan',
'custom',
];

export const GITLAB_API_USING_HOST_TYPES = [
Expand All @@ -33,10 +35,12 @@ export const GITLAB_API_USING_HOST_TYPES = [
'gitlab-packages',
'gitlab-changelog',
'pypi',
'custom',
];

export const BITBUCKET_API_USING_HOST_TYPES = [
'bitbucket',
'bitbucket-changelog',
'bitbucket-tags',
'custom',
];

0 comments on commit fadf1f2

Please sign in to comment.