Skip to content

Commit

Permalink
Remove duplicated instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
iprak committed Feb 22, 2025
1 parent 7613f17 commit cb87faa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
* Run `docker build -t custom-integration-image:local .` to build the image locally.
* Test is locally by changing Dopckerfile in the test project to `FROM custom-integration-image:local`

## Prepare release.
* On `main`, create a new tag `git tag homeassistant_version`, push it `git push origin tag <tag_name>` and then manually build the package.* Prepare release.
* On main, create a new tag `git tag homeassistant_version` and then push it `git push origin tag <tag_name>`.
## Prepare release
* On `main`, first `pull`, then create a new tag `git tag homeassistant_version`, push it `git push origin tag <tag_name>`.
* Run the action `Docker` on the new tag.

## Tag maintenance
Expand Down

0 comments on commit cb87faa

Please sign in to comment.