Skip to content
Snippets Groups Projects
Unverified Commit b70cd1ce authored by Adam Setch's avatar Adam Setch Committed by GitHub
Browse files

refactor(changelog/gitlab): move source (#23104)

parent 42dcecaf
No related branches found
No related tags found
No related merge requests found
import { BitbucketChangeLogSource } from './bitbucket/source';
import { GitLabChangeLogSource } from './gitlab/source';
import type { ChangeLogSource } from './source';
import { GitHubChangeLogSource } from './source-github';
import { GitLabChangeLogSource } from './source-gitlab';
const api = new Map<string, ChangeLogSource>();
export default api;
......
import type { BranchUpgradeConfig } from '../../../../types';
import { ChangeLogSource } from './source';
import type { BranchUpgradeConfig } from '../../../../../types';
import { ChangeLogSource } from '../source';
export class GitLabChangeLogSource extends ChangeLogSource {
constructor() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment