Skip to content

Commit 0bff923

Browse files
authored
Update releasing.markdown
1 parent 73a2a3b commit 0bff923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/releasing.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This page describes the steps for publishing a new Home Assistant release.
1616
1. Create a pull request from `dev` to `master` with the upcoming release number as title.
1717
2. Merge `master` into `dev` to make the PR mergable. PR message contains intro, highlighting major changes, and an overview of all changes tagging each author.
1818
3. Update `homeassistant/const.py` with the correct version number (remove the the `dev` tag) and push that commit.
19-
4. Merge pull request.
19+
4. Merge pull request (DO NOT SQUASH!).
2020
5. Then, after merged, push another update to `dev` of `homeassistant/const.py` that includes the next version with the `dev` tag. Add a meaningful commit message like "Version bump to X". This commit acts as marker for the next release.
2121
6. Go to [releases](https://github.com/home-assistant/home-assistant/releases) and tag a new release on the `master` branch. "Tag version" and "Release title" are the version number (`O.x` for major version, `0.x.y` for minor and bug fix releases). Release description is the text from PR. Press "Publish release" to finish the process.
2222

0 commit comments

Comments
 (0)