From 7502a7d75f69427e05f6715d261867e61b191b27 Mon Sep 17 00:00:00 2001 From: Rashid Date: Mon, 29 Jul 2024 23:33:03 +0500 Subject: [PATCH] feat!: initial release BREAKING CHANGES: Initial release starts from 1.0.0 --- .github/workflows/release.yml | 2 +- lib/.releaserc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94e8eb1..9eb49a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release on: push: - branches: release-workflow + branches: main permissions: contents: read # for checkout diff --git a/lib/.releaserc b/lib/.releaserc index 38ed18d..518f8dd 100644 --- a/lib/.releaserc +++ b/lib/.releaserc @@ -1,3 +1,3 @@ { - "branches": ["release-workflow"] + "branches": ["main"] } \ No newline at end of file