From 940815cce11da4a7a81e86367fbe2a2b4ae06ac5 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 5 Apr 2026 04:14:11 +0200 Subject: [PATCH] chore(docs): Added README --- .gitea/workflows/release.yaml | 53 ++++++++++++++++++----------------- README.md | 4 +++ 2 files changed, 31 insertions(+), 26 deletions(-) create mode 100644 README.md diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 1a60544..e0d1bb7 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -6,32 +6,33 @@ on: - main jobs: - release-plz: - name: Release-plz Release - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: read - steps: - - &checkout - uses: actions/checkout@v6 - with: - fetch-depth: 0 - persist-credentials: false - - uses: dtolnay/rust-toolchain@nightly - - uses: Swatinem/rust-cache@v2 - - uses: taiki-e/install-action@v2 - with: - tool: release-plz - - &git-setup - name: Configure git - run: | - git config user.name "Release-plz" - git config user.email "release-plz@noreply.huizinga.dev" - git config url.https://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/ - - env: - CARGO_REGISTRIES_HUIZINGA_TOKEN: ${{ secrets.REGISTRY_TOKEN }} - run: release-plz release --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea + # TODO: Uncomment in initial release commit + # release-plz: + # name: Release-plz Release + # runs-on: ubuntu-latest + # permissions: + # contents: write + # pull-requests: read + # steps: + # - &checkout + # uses: actions/checkout@v6 + # with: + # fetch-depth: 0 + # persist-credentials: false + # - uses: dtolnay/rust-toolchain@nightly + # - uses: Swatinem/rust-cache@v2 + # - uses: taiki-e/install-action@v2 + # with: + # tool: release-plz + # - &git-setup + # name: Configure git + # run: | + # git config user.name "Release-plz" + # git config user.email "release-plz@noreply.huizinga.dev" + # git config url.https://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/ + # - env: + # CARGO_REGISTRIES_HUIZINGA_TOKEN: "Bearer ${{ secrets.REGISTRY_TOKEN }}" + # run: release-plz release --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea release-plz-pr: name: Release-plz PR diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3bba55 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Crete + +A tool that takes node and cluster configs and uses it to generate talos configs +and render jinja templates.