Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
[ChangelogLinker] Dicontinue development in monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Mar 8, 2021
1 parent 7d71db2 commit 8cbff11
Show file tree
Hide file tree
Showing 121 changed files with 0 additions and 6,622 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
run: |
# test run bin files
packages/easy-coding-standard/bin/ecs --ansi
packages/changelog-linker/bin/changelog-linker --ansi
packages/monorepo-builder/bin/monorepo-builder --ansi
packages/easy-coding-standard/bin/ecs --ansi
# packages/rule-doc-generator/bin/rule-doc-generator --ansi
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:

steps:
- uses: actions/checkout@v2
# required for "git tag" presence for changelog-linker git tags resolver; default is 1
# https://github.com/actions/checkout#fetch-all-tags
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

# see https://github.com/shivammathur/setup-php
- uses: shivammathur/setup-php@v2
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ You'll find all packages in [`/packages`](/packages) directory. Here is a brief

## For Package Development

- [Changelog Linker](https://github.com/symplify/changelog-linker)
- [Monorepo Builder](https://github.com/symplify/monorepo-builder)
- [Package Builder](https://github.com/symplify/package-builder)
- [Smart File System](https://github.com/symplify/smart-file-system)
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"Symplify\\Amnesia\\": "packages/amnesia/src",
"Symplify\\Astral\\": "packages/astral/src",
"Symplify\\AutowireArrayParameter\\": "packages/autowire-array-parameter/src",
"Symplify\\ChangelogLinker\\": "packages/changelog-linker/src",
"Symplify\\CodingStandard\\": "packages/coding-standard/src",
"Symplify\\ComposerJsonManipulator\\": "packages/composer-json-manipulator/src",
"Symplify\\ConfigTransformer\\": "packages/config-transformer/src",
Expand Down Expand Up @@ -140,7 +139,6 @@
"psr-4": {
"Symplify\\Astral\\Tests\\": "packages/astral/tests",
"Symplify\\AutowireArrayParameter\\Tests\\": "packages/autowire-array-parameter/tests",
"Symplify\\ChangelogLinker\\Tests\\": "packages/changelog-linker/tests",
"Symplify\\CodingStandard\\Tests\\": "packages/coding-standard/tests",
"Symplify\\ComposerJsonManipulator\\Tests\\": "packages/composer-json-manipulator/tests",
"Symplify\\ConfigTransformer\\Tests\\": "packages/config-transformer/tests",
Expand Down Expand Up @@ -193,7 +191,6 @@
"symplify/amnesia": "9.2.5",
"symplify/astral": "9.2.5",
"symplify/autowire-array-parameter": "9.2.5",
"symplify/changelog-linker": "9.2.5",
"symplify/coding-standard": "9.2.5",
"symplify/composer-json-manipulator": "9.2.5",
"symplify/config-transformer": "9.2.5",
Expand Down
6 changes: 0 additions & 6 deletions packages/changelog-linker/.gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions packages/changelog-linker/.github/FUNDING.yml

This file was deleted.

25 changes: 0 additions & 25 deletions packages/changelog-linker/.github/workflows/repo-lockdown.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions packages/changelog-linker/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/changelog-linker/CHANGELOG.md

This file was deleted.

25 changes: 0 additions & 25 deletions packages/changelog-linker/LICENSE

This file was deleted.

229 changes: 0 additions & 229 deletions packages/changelog-linker/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions packages/changelog-linker/bin/changelog-linker

This file was deleted.

39 changes: 0 additions & 39 deletions packages/changelog-linker/bin/changelog-linker.php

This file was deleted.

Loading

0 comments on commit 8cbff11

Please sign in to comment.