Skip to content

Commit

Permalink
chore: prepare 1.3.0 (#104)
Browse files Browse the repository at this point in the history
## PR Type

What kind of change does this PR introduce?

<!-- Please check the one that applies to this PR using "x". -->

- [x] Release

<!--
  Please set this as a title and change the version number

If you don't know the version number, run on the main branch the release
GitHub workflow with dryRun enabled

  chore: prepare x.y.z
-->
  • Loading branch information
MGREMY authored Dec 19, 2024
2 parents ce4def4 + 323913f commit 37246bb
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 44 deletions.
39 changes: 39 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/default_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## PR Checklist

Please check if your PR fulfills the following requirements:

<!--- [ ] Tests for the changes have been added (for bug fixes/features)-->

- [ ] Docs have been added/updated (for bug fixes/features)

## PR Type

What kind of change does this PR introduce?

<!-- Please check the one that applies to this PR using "x". -->

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build related changes
- [ ] CI-related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:

## Issue Number

<!-- Bugs and features must be linked to an issue. -->

Issue Number: N/A

## Does this PR introduce a breaking change?

<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->

- [ ] Yes
- [ ] No

## Other information

@coderabbitai summary
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/release_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## PR Type

What kind of change does this PR introduce?

<!-- Please check the one that applies to this PR using "x". -->

- [x] Release

<!--
Please set this as a title and change the version number
If you don't know the version number, run on the main branch the release GitHub workflow with dryRun enabled
chore: prepare x.y.z
-->
41 changes: 3 additions & 38 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,4 @@
## PR Checklist
Please go to the `Preview` tab and select the appropriate sub-template:

Please check if your PR fulfills the following requirements:

<!--- [ ] Tests for the changes have been added (for bug fixes/features)-->

- [ ] Docs have been added/updated (for bug fixes/features)

## PR Type

What kind of change does this PR introduce?

<!-- Please check the one that applies to this PR using "x". -->

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build related changes
- [ ] CI-related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:

## Issue Number

<!-- Bugs and features must be linked to an issue. -->

Issue Number: N/A

## Does this PR introduce a breaking change?

<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->

- [ ] Yes
- [ ] No

## Other information

@coderabbitai summary
* [Default](?expand=1&template=default_request_template.md)
* [Release](?expand=1&template=release_request_template.md)
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
release:
if: (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/release') || (github.event_name == 'workflow_dispatch' && github.event.inputs.dryRun == 'true' && github.ref == 'refs/heads/main')
name: Release new version 🛠
runs-on: ubuntu-latest
permissions:
Expand All @@ -19,12 +20,6 @@ jobs:
issues: write
pull-requests: write
steps:
- name: Fail if branch is not release
if: github.event_name == 'workflow_dispatch' && github.ref != 'refs/heads/release'
run: |
echo "This workflow should not be triggered with workflow_dispatch on a branch other than release"
exit 1
- name: Check out the code 🗄
uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions libs/flowbite-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"npm": true,
"changelog": true,
"branches": [
"main",
"release",
{
"name": "beta",
Expand Down

0 comments on commit 37246bb

Please sign in to comment.