Skip to content

Commit eb44a78

Browse files
committed
remove changelog
1 parent 63febed commit eb44a78

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release and Changelog
1+
name: Create GitHub Release
22

33
on:
44
release:
@@ -19,11 +19,6 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
2121

22-
- name: Set up Git
23-
run: |
24-
git config user.name "github-actions[bot]"
25-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
26-
2722
- name: Get tag name
2823
id: tag
2924
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
@@ -55,16 +50,3 @@ jobs:
5550
tag_name: ${{ steps.tag.outputs.tag }}
5651
name: Release ${{ steps.tag.outputs.tag }}
5752
body: ${{ steps.release_notes.outputs.result }}
58-
59-
- name: Update CHANGELOG.md
60-
env:
61-
TAG: ${{ steps.tag.outputs.tag }}
62-
NOTES: ${{ steps.release_notes.outputs.result }}
63-
run: |
64-
echo "## $TAG - $(date +'%Y-%m-%d')" >> CHANGELOG.md
65-
echo "" >> CHANGELOG.md
66-
echo "$NOTES" >> CHANGELOG.md
67-
echo "" >> CHANGELOG.md
68-
git add CHANGELOG.md
69-
git commit -m "docs: update CHANGELOG for $TAG"
70-
git push origin HEAD:refs/heads/main

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
django:
5-
image: spokanepython-django:latest
5+
image: ghcr.io/spokanetech/spokanepythonweb:latest
66
container_name: django
77
build:
88
context: ../..

0 commit comments

Comments
 (0)