diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 42dd0f4..05a1ebe 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -9,6 +9,7 @@ jobs: release-plz-release: name: Release-plz release runs-on: ubuntu-latest + if: ${{ github.repository_owner == 'dinosath' }} permissions: contents: write id-token: write @@ -33,6 +34,7 @@ jobs: release-plz-pr: name: Release-plz PR runs-on: ubuntu-latest + if: ${{ github.repository_owner == 'dinosath' }} permissions: pull-requests: write contents: write diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdce61..da29c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.14.3] - 2026-01-21 + +### 🚀 Features + +- Disable git release + + + +## [0.14.2] - 2026-01-19 + +### 🚀 Features + +- Set release always to false + + + ## [0.13.1] - 2025-11-12 ### 🚀 Features diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 34e084c..6a0a034 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -14,9 +14,6 @@ diverse, inclusive, and healthy community. ## Our Standards -Examples of behavior that contributes to a positive environment for our -community include: - - Demonstrating empathy and kindness toward other people - Being respectful of differing opinions, viewpoints, and experiences - Giving and gracefully accepting constructive feedback diff --git a/Cargo.toml b/Cargo.toml index 1db5f73..c70fd8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baker" -version = "0.14.1" +version = "0.14.3" edition = "2021" authors = ["Ali Aliyev "] repository = "https://github.com/aliev/baker"