1
0
mirror of synced 2025-12-19 18:14:56 -05:00

delete bad or useless README files (#36196)

This commit is contained in:
Marius Posta
2024-03-15 12:02:23 -07:00
committed by GitHub
parent 80f0465c80
commit f47db9051b
6 changed files with 0 additions and 499 deletions

View File

@@ -1,10 +0,0 @@
# Tools
Contains various tools (usually bash scripts) to improve quality of life or the build system.
## Releasing a new version
```
Trigger the Github Action Release Open Source Airbyte (https://github.com/airbytehq/airbyte/actions/workflows/release-airbyte-os.yml)
# Merge PR created by the Github Action
# The [Create Release github action](https://github.com/airbytehq/airbyte/blob/master/.github/workflows/create-release.yml) should be automatically triggered by this merge, which will automatically create a new release of OSS Airbyte.
```