Skip to content

Commit d019664

Browse files
committed
build: Undo v1.10.2, stop locking prs automatically
1 parent be87fe7 commit d019664

4 files changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path-to-document: 'https://github.com/rosslight/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document
3030
# branch should not be protected
3131
branch: 'main'
32-
allowlist: dependabot[bot]
32+
allowlist: dependabot[bot],github-actions[bot]
3333

3434
# the following are the optional inputs - If the optional inputs are not given, then default values will be taken
3535
remote-organization-name: rosslight
@@ -39,5 +39,5 @@ jobs:
3939
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
4040
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
4141
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
42-
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
42+
lock-pullrequest-aftermerge: false # Required to work together with release-please!
4343
#use-dco-flag: true - If you are using DCO instead of CLA

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.2"
2+
".": "1.10.1"
33
}

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Changelog
22

3-
## [1.10.2](https://github.com/rosslight/Darp.Ble/compare/v1.10.1...v1.10.2) (2026-04-16)
4-
5-
6-
### Bug Fixes
7-
8-
* Properly propagate transport errors ([#110](https://github.com/rosslight/Darp.Ble/issues/110)) ([bbc293b](https://github.com/rosslight/Darp.Ble/commit/bbc293b65df6a91fdb996a9b8d773b9a9a5c2760))
9-
* Throw targeted exceptions if disconnection event occurs ([#108](https://github.com/rosslight/Darp.Ble/issues/108)) ([deb60ca](https://github.com/rosslight/Darp.Ble/commit/deb60ca22568661dafb107875b7e522356f63f71))
10-
113
## [1.10.1](https://github.com/rosslight/Darp.Ble/compare/v1.10.0...v1.10.1) (2026-01-20)
124

135

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<PackageTags>BLE,communication,near-field,nordic,nrf52840,hci,windows,android</PackageTags>
1313
<!-- Version applied to all the packages. Automatically updated by release-please -->
14-
<Version>1.10.2</Version>
14+
<Version>1.10.1</Version>
1515
</PropertyGroup>
1616
<ItemGroup>
1717
<None Include="../../README.md" Pack="true" PackagePath="/"/>

0 commit comments

Comments
 (0)