فهرست منبع

Merge pull request #3 from derskythe/feat/ci

Feat/ci
DerSkythe 2 سال پیش
والد
کامیت
4956ad268c
2فایلهای تغییر یافته به همراه78 افزوده شده و 59 حذف شده
  1. 50 0
      .github/workflows/changelog.yml
  2. 28 59
      CHANGELOG.md

+ 50 - 0
.github/workflows/changelog.yml

@@ -0,0 +1,50 @@
+name: Changelog
+run-name: "Changelog for ${{ github.ref }} by @${{ github.ACTOR }}"
+on:
+  push:
+    tags:
+      - "v*.*.*"
+  workflow_dispatch:
+#    tags:
+#      - "v*.*.*"
+#   release:
+#     types:
+#       - created
+
+permissions:
+  contents: write
+  packages: write
+
+jobs:
+  release:
+    runs-on: "ubuntu-latest"
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+        with:
+          fetch-depth: 0
+          fetch-tags: true
+
+      - name: "✏️ Generate release changelog"
+        uses: heinrichreimer/github-changelog-generator-action@v2.3
+        with:
+          token: ${{ secrets.FLIPPER_TOKEN }}
+          user: ${{ github.repository_owner }}
+          repo: ${{ github.repository }}
+          output: CHANGELOG.md
+          unreleased: false
+          stripGeneratorNotice: true
+
+      - name: "Show CHANGELOG.md"
+        run: cat CHANGELOG.md
+
+      - name: "Commit changes"
+        uses: stefanzweifel/git-auto-commit-action@v4
+        with:
+          commit_message: "docs: update `CHANGELOG.md`"
+          file_pattern: "*.md"
+          branch: ${{ github.ref_name }}
+          commit_options: '--no-verify --signoff'
+          # skip_dirty_check: true
+          # skip_checkout: true
+          # skip_fetch: true

+ 28 - 59
CHANGELOG.md

@@ -1,91 +1,60 @@
 # Changelog
 # Changelog
 
 
+## [v3.9.2](https://github.com/derskythe/flipperzero-subbrute/tree/v3.9.2) (2023-09-11)
 
 
-## [v3.9.0](https://github.com/DarkFlippers/flipperzero-subbrute/tree/v3.9.0) (2023-08-27)
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.9.1...v3.9.2)
 
 
-**Merged pull requests:**
+## [v3.9.1](https://github.com/derskythe/flipperzero-subbrute/tree/v3.9.1) (2023-09-10)
 
 
-* Sync working tree by @derskythe in https://github.com/DarkFlippers/flipperzero-subbrute/pull/11
-* Sync branch by @derskythe in https://github.com/DarkFlippers/flipperzero-subbrute/pull/24
-* Sync by @derskythe in https://github.com/DarkFlippers/flipperzero-subbrute/pull/27
-* Sync from master by @derskythe in https://github.com/DarkFlippers/flipperzero-subbrute/pull/35
-* Create codeql.yml by @derskythe in https://github.com/DarkFlippers/flipperzero-subbrute/pull/36
-* Feat/codeql by @derskythe in https://github.com/DarkFlippers/flipperzero-subbrute/pull/37
-* Feat/save settings by @derskythe in https://github.com/DarkFlippers/flipperzero-subbrute/pull/38
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.9.0...v3.9.1)
 
 
-**Full Changelog**: [v3.8.0...v.3.9.0](https://github.com/DarkFlippers/flipperzero-subbrute/compare/v3.8.0...v.3.9.0)
+## [v3.9.0](https://github.com/derskythe/flipperzero-subbrute/tree/v3.9.0) (2023-08-27)
 
 
-## [v3.8.0](https://github.com/DarkFlippers/flipperzero-subbrute/tree/v3.8.0) (2023-08-25)
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.8.2...v3.9.0)
 
 
-* Feat/ofw by @derskythe in https://github.com/DarkFlippers/flipperzero-subbrute/pull/33
-* Feat/save settings by @derskythe in https://github.com/DarkFlippers/flipperzero-subbrute/pull/38
-* Sync by @derskythe in https://github.com/derskythe/flipperzero-subbrute/pull/12
-* feat: ci was added by @derskythe in https://github.com/derskythe/flipperzero-subbrute/pull/10
-* Feat/ci by @derskythe in https://github.com/derskythe/flipperzero-subbrute/pull/13
-* Feat/ci by @derskythe in https://github.com/derskythe/flipperzero-subbrute/pull/14
-* Feat/ci by @derskythe in https://github.com/derskythe/flipperzero-subbrute/pull/15
+## [v3.8.2](https://github.com/derskythe/flipperzero-subbrute/tree/v3.8.2) (2023-08-25)
 
 
-**Full Changelog**: [v3.7.0...v.3.8.0](https://github.com/DarkFlippers/flipperzero-subbrute/compare/v3.7.0...v.3.8.0)
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.8.1...v3.8.2)
 
 
-## [v3.7.0](https://github.com/DarkFlippers/flipperzero-subbrute/tree/v3.7.0) (2023-08-25)
+## [v3.8.1](https://github.com/derskythe/flipperzero-subbrute/tree/v3.8.1) (2023-08-25)
 
 
-**Closed issues:**
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.8.0...v3.8.1)
 
 
-- Holtek 12 bit AM issue [\#23](https://github.com/DarkFlippers/flipperzero-subbrute/issues/23)
-- HORMANN \(HOERMANN\) support? [\#20](https://github.com/DarkFlippers/flipperzero-subbrute/issues/20)
+## [v3.8.0](https://github.com/derskythe/flipperzero-subbrute/tree/v3.8.0) (2023-08-25)
 
 
-**Merged pull requests:**
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.7.0...v3.8.0)
 
 
-- fix: misspelled [\#31](https://github.com/DarkFlippers/flipperzero-subbrute/pull/31) ([derskythe](https://github.com/derskythe))
-- Improved extra settings [\#29](https://github.com/DarkFlippers/flipperzero-subbrute/pull/29) ([gid9798](https://github.com/gid9798))
-- сc1101 ext [\#28](https://github.com/DarkFlippers/flipperzero-subbrute/pull/28) ([gid9798](https://github.com/gid9798))
-- Feat/ci [\#26](https://github.com/DarkFlippers/flipperzero-subbrute/pull/26) ([derskythe](https://github.com/derskythe))
-- Sync [\#25](https://github.com/DarkFlippers/flipperzero-subbrute/pull/25) ([derskythe](https://github.com/derskythe))
+## [v3.7.0](https://github.com/derskythe/flipperzero-subbrute/tree/v3.7.0) (2023-08-25)
 
 
-**Full Changelog**: [v3.2.3...v3.7.0](https://github.com/DarkFlippers/flipperzero-subbrute/compare/v3.2.3...v3.7.0)
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.6.0...v3.7.0)
 
 
-## [v3.2.3](https://github.com/DarkFlippers/flipperzero-subbrute/tree/v3.2.3) (2023-03-31)
+## [v3.6.0](https://github.com/derskythe/flipperzero-subbrute/tree/v3.6.0) (2023-06-09)
 
 
-**Merged pull requests:**
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.2.4...v3.6.0)
 
 
-- Feat/ci [\#15](https://github.com/DarkFlippers/flipperzero-subbrute/pull/15) ([derskythe](https://github.com/derskythe))
-- Feat/ci [\#14](https://github.com/DarkFlippers/flipperzero-subbrute/pull/14) ([derskythe](https://github.com/derskythe))
-- Feat/ci [\#13](https://github.com/DarkFlippers/flipperzero-subbrute/pull/13) ([derskythe](https://github.com/derskythe))
-- Sync [\#12](https://github.com/DarkFlippers/flipperzero-subbrute/pull/12) ([derskythe](https://github.com/derskythe))
-- feat: ci was added [\#10](https://github.com/DarkFlippers/flipperzero-subbrute/pull/10) ([derskythe](https://github.com/derskythe))
+## [v3.2.4](https://github.com/derskythe/flipperzero-subbrute/tree/v3.2.4) (2023-06-09)
 
 
-**Full Changelog**: [v3.2.1...v3.2.3](https://github.com/DarkFlippers/flipperzero-subbrute/compare/v3.2.1...v3.2.3)
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.2.2...v3.2.4)
 
 
-## [v3.2.1](https://github.com/DarkFlippers/flipperzero-subbrute/tree/v3.2.1) (2023-03-16)
+## [v3.2.2](https://github.com/derskythe/flipperzero-subbrute/tree/v3.2.2) (2023-03-31)
 
 
-**Closed issues:**
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.2.3...v3.2.2)
 
 
-- Adding support for new protocol [\#9](https://github.com/DarkFlippers/flipperzero-subbrute/issues/9)
-- request: external cc1101 support [\#8](https://github.com/DarkFlippers/flipperzero-subbrute/issues/8)
-- brut 64 bit [\#6](https://github.com/DarkFlippers/flipperzero-subbrute/issues/6)
+## [v3.2.3](https://github.com/derskythe/flipperzero-subbrute/tree/v3.2.3) (2023-03-31)
 
 
-**Merged pull requests:**
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.2.1...v3.2.3)
 
 
-- add honeywell protocol [\#4](https://github.com/DarkFlippers/flipperzero-subbrute/pull/4) ([s0u7f1r3](https://github.com/s0u7f1r3))
-- Feat/existing file two bytes [\#3](https://github.com/DarkFlippers/flipperzero-subbrute/pull/3) ([derskythe](https://github.com/derskythe))
-- Feat/more repeats [\#1](https://github.com/DarkFlippers/flipperzero-subbrute/pull/1) ([derskythe](https://github.com/derskythe))
+## [v3.2.1](https://github.com/derskythe/flipperzero-subbrute/tree/v3.2.1) (2023-03-16)
 
 
-**Full Changelog**: [v3.1.0...v3.2.1](https://github.com/DarkFlippers/flipperzero-subbrute/compare/aa8001e6237804771738ce557039d1bf206aa7d1...v3.2.1)
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.1.1...v3.2.1)
 
 
-## [v3.1.1](https://github.com/DarkFlippers/flipperzero-subbrute/releases/tag/v3.1.1) (2022-10-23)
+## [v3.1.1](https://github.com/derskythe/flipperzero-subbrute/tree/v3.1.1) (2023-03-16)
 
 
-Added Chamberlain 7bit 390MHz and Chamberlain 8bit 390MHz
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/v3.1.0...v3.1.1)
 
 
-**Merged pull requests:**
-* Feat/more repeats by @derskythe in https://github.com/derskythe/flipperzero-subbrute/pull/1
-* Feat/existing file two bytes by @derskythe in https://github.com/derskythe/flipperzero-subbrute/pull/3
-* add honeywell protocol by @s0u7f1r3 in https://github.com/derskythe/flipperzero-subbrute/pull/4
+## [v3.1.0](https://github.com/derskythe/flipperzero-subbrute/tree/v3.1.0) (2023-03-16)
 
 
-**New contributors**
-* @s0u7f1r3 made their first contribution in https://github.com/derskythe/flipperzero-subbrute/pull/4
+[Full Changelog](https://github.com/derskythe/flipperzero-subbrute/compare/aa8001e6237804771738ce557039d1bf206aa7d1...v3.1.0)
 
 
-**Full Changelog**: [v3.1.0...3.1.1](https://github.com/DarkFlippers/flipperzero-subbrute/compare/v3.1.0...3.1.1)
 
 
-## [v3.1.0](https://github.com/DarkFlippers/flipperzero-subbrute/releases/tag/v3.1.0) (2022-10-22)
 
 
-**Full Changelog**: [v3.1.0...master](https://github.com/DarkFlippers/flipperzero-subbrute/compare/v3.1.0...master)