From 6b86b2c3db88de65a6f6b3d580cf8779f5ae7e2c Mon Sep 17 00:00:00 2001 From: Cortisiko Date: Sun, 4 Aug 2024 16:30:40 -0400 Subject: [PATCH] script to build the apps + a changelog template --- .github/workflows/create-apps.yml | 8 +++----- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/create-apps.yml b/.github/workflows/create-apps.yml index a459caa2..52940873 100644 --- a/.github/workflows/create-apps.yml +++ b/.github/workflows/create-apps.yml @@ -2,11 +2,9 @@ name: Create executables on: push: -# branches: -# - main -# pull_request: null - tags: - - 'v*.*.*' + branches: + - main + pull_request: null jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..59d56147 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## DRAFT + +### New Features 🎉 + +### Infra Changes 🛠 + +### Tests Changes 🤖 + +### Bug Fixes 🐛 +