Commit Graph

26 Commits

Author SHA1 Message Date
Jannik S 95b20f3cb8
feat: show latest changes in releases
This should show the latest Changes in the CHANGELOG.md file when creating a new release.

For now it only shows "Automatically created new release".

It is running 'awk '/^## [/{n++} n==1' CHANGELOG.md' which extracts the latest changes. Note: I only tested the command on my linux machine, worked.
2024-03-05 16:45:47 +01:00
Steven Kreitzer 0a2ee691db
fix: add semver to container builds
Signed-off-by: Steven Kreitzer <skre@skre.me>
2024-02-25 15:57:46 -06:00
Loan J a3eb7157f0
Update build-release.yml 2024-02-22 12:06:20 -05:00
Loan J c89c27d351
Add release creation workflow 2024-02-21 18:46:33 -05:00
Justin Hayes a6bb45200b
Add Docker tags 2024-02-15 00:55:33 -05:00
ThatOneCalculator a1d2c4050c
fix: 🚑 fix CI 2024-01-04 20:39:19 -08:00
ThatOneCalculator ea7ea52ba3
fix: 💚 disable lint CI 2024-01-04 20:06:33 -08:00
ThatOneCalculator 5e13a50b42
fix: 💚 lint all aspects of frontend, even if failure 2024-01-04 17:23:03 -08:00
ThatOneCalculator 374ce5dc35
fix: 👷 lint:frontend in CI 2024-01-04 17:20:12 -08:00
ThatOneCalculator 0b1dd21a30
feat: 👷 seperate lint jobs for fe & be 2024-01-04 17:18:20 -08:00
ThatOneCalculator 03039f4955
refactor: 💡 backend CI comments 2024-01-04 13:45:26 -08:00
ThatOneCalculator 081578903c
refactor: 👷 remove unused strategy 2024-01-04 13:33:35 -08:00
ThatOneCalculator 243fa75fc6
fix: 💚 don't lint backend for now 2024-01-03 14:47:12 -08:00
ThatOneCalculator 702ffdf61a
fix: 👷 build Docker with Bun 2024-01-03 14:45:41 -08:00
ThatOneCalculator 6ce41c712c
Seperate backend & frontend CI 2024-01-03 14:43:35 -08:00
ThatOneCalculator 60b6907203
ci: 👷 move CI to Bun 2024-01-03 14:37:21 -08:00
Poulpatine f5c5cfc2ed fix: use tagged github docker actions 2023-12-27 16:51:12 +01:00
Poulpatine 19e7d9a0f3 feat: build docker image on dev 2023-12-27 16:51:12 +01:00
Timothy Jaeryang Baek 3c30e04127
build: arm/v7 removed 2023-12-08 23:39:22 -05:00
Timothy Jaeryang Baek 857ee92b09
fix: build error temp fix 2023-12-08 23:30:23 -05:00
Rohit Das e0912b5688 feat: multi architecture build added 2023-12-08 16:20:58 +05:30
Timothy Jaeryang Baek 20a2cf25ee
Update docker-build.yaml 2023-11-08 04:00:13 -05:00
Poulpatine 6c0d452c2b ci: build and push docker image on tags 2023-11-06 22:14:51 +01:00
AJ ONeal 859adee369
chore: change to API_ENDPOINT to conventional name API_BASE_URL 2023-10-22 12:26:55 -06:00
Timothy J. Baek b035de1b86
Update node.js.yaml 2023-10-22 12:26:55 -06:00
AJ ONeal ee638329f1
chore: check PRs for fmt, lint, & build 2023-10-21 22:47:30 -06:00