Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Sep 18, 2024
1 parent 32d1c46 commit a85b320
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.2.0](https://github.com/Purpose-Green/deploy/compare/origin/prod...0.2.0) - 2024-09-18

- 32d1c46 docs: update release notes
- b168c7f feat: update changelog after building a new version
- 1e917b5 refactor: use ENTRY_POINT in build
- b2d5bcb Merge pull request #3 from Purpose-Green/feat/1-add-version
- d5d334a update changelog
- c1ea686 refactor: use global DEPLOY_VERSION instead of src/version.txt
- d82fecd docs: update .env ading create-pr vars
- 7569830 docs: update release docs
- 5c1bfe5 refactor: remove local folder
- f9c3ac9 feat: add --new option on build.sh
- e524de9 refactor: move version inside src/version.txt
- c4de7bd feat: add new --version option

## [0.1](https://github.com/Purpose-Green/deploy/compare/main...0.1) - 2024-09-17

Initial release. Check README for instructions about installation and how to use it.
2 changes: 1 addition & 1 deletion deploy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

# shellcheck disable=SC2034
declare -r DEPLOY_VERSION="0.1.0"
declare -r DEPLOY_VERSION="0.2.0"

DEPLOY_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
export DEPLOY_ROOT_DIR
Expand Down

0 comments on commit a85b320

Please sign in to comment.