Skip to content

Commit

Permalink
feat!: migration to v6 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev authored Sep 21, 2024
1 parent ba5cc89 commit 35ebe4d
Show file tree
Hide file tree
Showing 79 changed files with 1,897 additions and 2,266 deletions.
8 changes: 0 additions & 8 deletions .cz.toml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Draft Release

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
draft-release:
if: "!endsWith(github.event.head_commit.message, '[skip-ci]')"
runs-on: windows-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
path: './'
fetch-depth: 0
- name: release-please
uses: googleapis/release-please-action@v4
id: release
with:
target-branch: main
32 changes: 0 additions & 32 deletions .github/workflows/release.yml

This file was deleted.

Loading

0 comments on commit 35ebe4d

Please sign in to comment.