Skip to content

Commit 2d5160e

Browse files
marsedmorley
andauthored
Prepare release 1.15 (#142)
* Prepare release 1.15 Signed-off-by: Mars Hall <[email protected]> * docs for Releasing a New Version Signed-off-by: Mars Hall <[email protected]> * Correct & clarify release instructions Co-authored-by: Ed Morley <[email protected]> Signed-off-by: Mars Hall <[email protected]> * Update release date for when it's really happening Co-authored-by: Ed Morley <[email protected]> Signed-off-by: Mars Hall <[email protected]> --------- Signed-off-by: Mars Hall <[email protected]> Co-authored-by: Ed Morley <[email protected]>
1 parent 8a2cc11 commit 2d5160e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased] - YYYY-MM-DD
88
### Changes
9+
10+
## [1.15] - 2025-07-21
11+
### Changes
912
- `start-nginx-static` now crashes when misconfigured
1013

1114
## [1.14] - 2025-06-30

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,17 @@ _Ruby versions are downloaded from heroku-buildpack-ruby's distribution site. On
121121
Revise the `ruby_version` variable in `bin/compile`.
122122

123123
Then, commit & pull-request the resulting changes.
124+
125+
## Releasing a New Version
126+
127+
_Only maintainers of this buildpack can make releases._
128+
129+
_Replace "X.X" with the new version number._
130+
131+
1. Update `CHANGELOG.md`, moving the **[unreleased] - YYYY-MM-DD** section contents into a new version section for version X.X
132+
2. Create a branch `preparing-release-X.X` with PR **Preparing release X.X**
133+
3. Get the PR approved
134+
4. Merge the approved PR
135+
5. Create a new [GitHub release](https://github.com/heroku/heroku-buildpack-nginx/releases) for the new version, targetting `main`, with name and tag of form `vX.Y`.
136+
6. Publish a new release in the Heroku Buildpack Registry, using either [plugin-buildpack-registry](https://github.com/heroku/plugin-buildpack-registry) and `heroku buildpacks:publish heroku-community/nginx <git_tag>`, or else the [buildpacks dashboard](https://addons-next.heroku.com/buildpacks/cf2713a5-65d0-4bc8-8dd2-b00d8d4f03f4/publish).
137+

0 commit comments

Comments
 (0)