Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.3...v1.2.0) (2024-02-28)

### Build System

* **release:** 1.2.0-rc.1 ([8d4e4b2](8d4e4b2))
* **release:** 1.2.0-rc.2 ([5681cfb](5681cfb))

### Features

* ✨ make env.yml configurable. ([4ce83b4](4ce83b4))

### Code Refactoring

* update node action ([59d23cd](59d23cd))
  • Loading branch information
semantic-release-bot committed Feb 28, 2024
1 parent b40f7e5 commit b19a595
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.2.0](https://github.com/AnotherStranger/conda-poetry-dev-setup/compare/v1.1.3...v1.2.0) (2024-02-28)


### Build System

* **release:** 1.2.0-rc.1 ([8d4e4b2](https://github.com/AnotherStranger/conda-poetry-dev-setup/commit/8d4e4b281caafc3e090675755895ca0850313639))
* **release:** 1.2.0-rc.2 ([5681cfb](https://github.com/AnotherStranger/conda-poetry-dev-setup/commit/5681cfba6077dd265d1f0c2c988337c0ee33e032))


### Features

* :sparkles: make env.yml configurable. ([4ce83b4](https://github.com/AnotherStranger/conda-poetry-dev-setup/commit/4ce83b48931c14a41ab1e992f01e0a06ff16d1a1))


### Code Refactoring

* update node action ([59d23cd](https://github.com/AnotherStranger/conda-poetry-dev-setup/commit/59d23cd1dee8af87bcb6855073629c0029a0aa85))

## [1.2.0-rc.2](https://github.com/AnotherStranger/conda-poetry-dev-setup/compare/v1.2.0-rc.1...v1.2.0-rc.2) (2024-02-28)


Expand Down
2 changes: 1 addition & 1 deletion dev-setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
main() {
# Define the current version of the script
CURRENT_VERSION="1.2.0-rc.2"
CURRENT_VERSION="1.2.0"
# GitHub repository to check for releases
GITHUB_REPO="AnotherStranger/conda-poetry-dev-setup"
# The ENV File to use
Expand Down

0 comments on commit b19a595

Please sign in to comment.