Skip to content

Commit

Permalink
Add link to integration_blueprint repository to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Feb 21, 2022
1 parent 17c70f0 commit 0c4e78b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ developers will have use for, please open a PR to add it :)

## What?

This repository is an extension and addition to the [integration_blueprint](https://github.com/custom-components/integration_blueprint) repository. It is regularly updated with all the edits from parent repository and makes it easy to apply new edits to your project. This way you can easily keep it up to date.

This repository contains multiple files, here is a overview:

File | Purpose
Expand Down
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function bump_prerel {
echo "$(validate_version "${major}.${minor}.${patch}-${prev_prefix}${prev_numeric}")"
else
# append starting number
echo "$(validate_version "${major}.${minor}.${patch}-${prev_prefix}1")"
echo "$(validate_version "${major}.${minor}.${patch}-${prev_prefix}2")"
fi
}

Expand Down

0 comments on commit 0c4e78b

Please sign in to comment.