Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Aug 17, 2024
1 parent 272af85 commit 0bd5047
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
- pull
- stop
- start
# Release

fetch the latest docker compose + docker compose for monitoring + caddy from raw.githubusercontent
Pull latest changes:

sudo curl -o /etc/caddy/Caddyfile https://raw.githubusercontent.com/ivov/n8n-shortlink/main/deploy/Caddyfile
```sh
git pull origin master
```

Create and push tag:

```sh
git tag v1.0.0 # follow semver
git push origin v1.0.0
```

0 comments on commit 0bd5047

Please sign in to comment.