Skip to content

Commit

Permalink
prepare changelog for release (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson authored Nov 1, 2022
1 parent f00ed53 commit 882190c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .buildkite/validate-lockfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eo pipefail
pdm plugin add plugins/pdm-plugin-torch

EXIT_CODE=0
pdm lock --refresh || EXIT_CODE=$?
pdm lock || EXIT_CODE=$?

if [ $EXIT_CODE -ne 0 ]; then
buildkite-agent annotate --style "error" --context "lockfile" ":lock: Failed validating lockfile. See logs for more info."
Expand Down Expand Up @@ -32,6 +32,7 @@ elif [ -n "$GIT_STATUS" ] ; then
$lock_diff
\`\`\`
EOF
exit 1
elif [ $TORCH_EXIT_CODE -ne 0 ]; then

cat << EOF | buildkite-agent annotate --style "error" --context "lockfile"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [22.0.0] - 2022-10-24
## [22.0.0] - 2022-10-28

This is the initial release

Expand Down
14 changes: 7 additions & 7 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "emote-rl"
version = "0.1.0"
version = "22.0.0"
description = "A modular reinforcement learning library"
authors = [
{name = "Embark Studios", email = "[email protected]"},
Expand Down

0 comments on commit 882190c

Please sign in to comment.