Skip to content

Commit 3140145

Browse files
authored
Merge pull request #110 from jerus-org/chore/rename-changelog-to-prlog
chore: rename CHANGELOG.md to PRLOG.md
2 parents 31853ae + 7adb795 commit 3140145

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parameters:
2121
description: "If true, the success pipeline will be executed."
2222

2323
orbs:
24-
toolkit: jerus-org/circleci-toolkit@2.12.1
24+
toolkit: jerus-org/circleci-toolkit@2.13.0
2525

2626
executors:
2727
rust-env:
@@ -71,7 +71,7 @@ workflows:
7171
min_rust_version: << pipeline.parameters.min-rust-version >>
7272
- toolkit/idiomatic_rust:
7373
min_rust_version: << pipeline.parameters.min-rust-version >>
74-
- toolkit/update_changelog:
74+
- toolkit/update_prlog:
7575
requires:
7676
- toolkit/required_builds
7777
- toolkit/common_tests

.vscode/ltex.dictionary.en-GB.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr
2+
json
3+
serde
4+
tokio
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPACE_BEFORE_PARENTHESIS
2+
MORFOLOGIK_RULE_EN_GB
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"rule":"SPACE_BEFORE_PARENTHESIS","sentence":"^\\Q💄 style(domain)-enhance readability with format string(pr #100)\n🔧 chore(config)-streamline renovate configuration(pr #101)\\E$"}

CHANGELOG.md renamed to PRLOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- chore-rename CHANGELOG.md to PRLOG.md(pr [#110])
13+
1014
### Security
1115

1216
- Dependencies: bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory(pr [#109])
@@ -363,6 +367,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
363367
[#107]: https://github.com/jerus-org/lambda_sqs/pull/107
364368
[#108]: https://github.com/jerus-org/lambda_sqs/pull/108
365369
[#109]: https://github.com/jerus-org/lambda_sqs/pull/109
370+
[#110]: https://github.com/jerus-org/lambda_sqs/pull/110
366371
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...HEAD
367372
[0.2.34]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...v0.2.34
368373
[0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33

0 commit comments

Comments
 (0)