Skip to content

Commit

Permalink
Fixing the indentation code blocks within the list
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealBoy committed Sep 3, 2024
1 parent 2187ddb commit 6762ad5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,25 @@ The `config` key contains configuration passed directly to the binary, and so su

1. Make sure you're on the main branch!
1. Create a tag

```bash
git tag -sm v0.x.x v0.x.x
```

1. Push your tag

```bash
git push --tags
```

1. A build will start at https://buildkite.com/buildkite-kubernetes-stack/kubernetes-agent-stack/builds?branch=v0.x.x. It will create a draft release with a changelog. Edit the changelog to group the PRs in to sections like

```markdown
# Added
# Fixed
# Changed
# Security
# Internal
```

1. Publish the release 🎉

0 comments on commit 6762ad5

Please sign in to comment.