Skip to content

Commit 9de5fd3

Browse files
authored
Merge pull request #80 from jerus-org/fix-release
👷 ci(circleci): fix incorrect workflow indentation
2 parents 8f7f349 + 9f710e7 commit 9de5fd3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ workflows:
122122
- toolkit/no_release:
123123
min_rust_version: << pipeline.parameters.min-rust-version >>
124124
requires:
125-
- toolkit/save_next_version
126-
- failed
125+
- toolkit/save_next_version:
126+
- failed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- ci(circleci)-update configuration with new parameter(pr [#75])
1313
- chore(config)-migrate renovate config(pr [#78])
1414
- 👷 ci(circleci): update CI workflow with version management(pr [#79])
15+
- 👷 ci(circleci): fix incorrect workflow indentation(pr [#80])
1516

1617
### Security
1718

@@ -226,6 +227,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226227
[#77]: https://github.com/jerus-org/lambda_sqs/pull/77
227228
[#78]: https://github.com/jerus-org/lambda_sqs/pull/78
228229
[#79]: https://github.com/jerus-org/lambda_sqs/pull/79
230+
[#80]: https://github.com/jerus-org/lambda_sqs/pull/80
229231
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.20...HEAD
230232
[0.2.20]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.19...v0.2.20
231233
[0.2.19]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.18...v0.2.19

0 commit comments

Comments
 (0)