Skip to content

Commit 7856b26

Browse files
committed
Add release please configuration
1 parent 31732d1 commit 7856b26

File tree

5 files changed

+229
-0
lines changed

5 files changed

+229
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Conventional Commit
2+
3+
on:
4+
pull_request:
5+
types:
6+
- edited
7+
- opened
8+
9+
jobs:
10+
conventional-commit:
11+
name: Conventional Commit
12+
runs-on: depot-ubuntu-latest
13+
steps:
14+
- name: Check PR Conventional Commit title
15+
uses: amannn/action-semantic-pull-request@v5
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
with:
19+
types: | # mirrors changelog-sections in the /release-please-config.json
20+
feat
21+
fix
22+
infra
23+
ci
24+
docs
25+
deps
26+
perf
27+
refactor
28+
test
29+
chore
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Update release PR
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
release-please:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: googleapis/release-please-action@v4
17+
with:
18+
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{".": "2.0.0"}

CHANGELOG.md

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<a id="v2.0.0"></a>
2+
# [v2.0.0](https://github.com/Flagsmith/flagsmith-rust-client/releases/tag/v2.0.0) - 2024-10-22
3+
4+
## What's Changed
5+
* feat!: Support transient identities and traits by [@khvn26](https://github.com/khvn26) in [#23](https://github.com/Flagsmith/flagsmith-rust-client/pull/23)
6+
7+
**Full Changelog**: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.5.0...v2.0.0
8+
9+
[Changes][v2.0.0]
10+
11+
12+
<a id="v1.5.0"></a>
13+
# [v1.5.0](https://github.com/Flagsmith/flagsmith-rust-client/releases/tag/v1.5.0) - 2024-04-19
14+
15+
## What's Changed
16+
* feat: Identity overrides in local evaluation mode by [@khvn26](https://github.com/khvn26) in [#20](https://github.com/Flagsmith/flagsmith-rust-client/pull/20)
17+
* chore: remove examples by [@dabeeeenster](https://github.com/dabeeeenster) in [#19](https://github.com/Flagsmith/flagsmith-rust-client/pull/19)
18+
19+
## New Contributors
20+
* [@dabeeeenster](https://github.com/dabeeeenster) made their first contribution in [#19](https://github.com/Flagsmith/flagsmith-rust-client/pull/19)
21+
22+
**Full Changelog**: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.4.0...v1.5.0
23+
24+
[Changes][v1.5.0]
25+
26+
27+
<a id="v1.4.0"></a>
28+
# [v1.4.0](https://github.com/Flagsmith/flagsmith-rust-client/releases/tag/v1.4.0) - 2024-01-30
29+
30+
## What's Changed
31+
* feat(offline-mode): Add support for offline handler by [@gagantrivedi](https://github.com/gagantrivedi) in [#16](https://github.com/Flagsmith/flagsmith-rust-client/pull/16)
32+
33+
34+
**Full Changelog**: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.3.0...v1.4.0
35+
36+
[Changes][v1.4.0]
37+
38+
39+
<a id="v1.3.0"></a>
40+
# [v1.3.0](https://github.com/Flagsmith/flagsmith-rust-client/releases/tag/v1.3.0) - 2023-07-20
41+
42+
## What's Changed
43+
* feat: bump flagsmith-flag-engine to enable `IN` operator by [@khvn26](https://github.com/khvn26) in [#15](https://github.com/Flagsmith/flagsmith-rust-client/pull/15)
44+
45+
## New Contributors
46+
* [@khvn26](https://github.com/khvn26) made their first contribution in [#15](https://github.com/Flagsmith/flagsmith-rust-client/pull/15)
47+
48+
**Full Changelog**: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.2.0...v1.3.0
49+
50+
[Changes][v1.3.0]
51+
52+
53+
<a id="v1.2.0"></a>
54+
# [v1.2.0](https://github.com/Flagsmith/flagsmith-rust-client/releases/tag/v1.2.0) - 2022-10-20
55+
56+
## What's Changed
57+
* chore: bump flag-engine to support new segment operators by [@gagantrivedi](https://github.com/gagantrivedi) in [#14](https://github.com/Flagsmith/flagsmith-rust-client/pull/14)
58+
* Release v1.2.0 by [@gagantrivedi](https://github.com/gagantrivedi) in [#13](https://github.com/Flagsmith/flagsmith-rust-client/pull/13)
59+
60+
61+
**Full Changelog**: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.1.0...v1.2.0
62+
63+
[Changes][v1.2.0]
64+
65+
66+
<a id="v1.1.0"></a>
67+
# [v1.1.0](https://github.com/Flagsmith/flagsmith-rust-client/releases/tag/v1.1.0) - 2022-10-03
68+
69+
## What's Changed
70+
* Update API url by [@matthewelwell](https://github.com/matthewelwell) in [#10](https://github.com/Flagsmith/flagsmith-rust-client/pull/10)
71+
* fix(analytics): use feature name instead of feature id by [@gagantrivedi](https://github.com/gagantrivedi) in [#9](https://github.com/Flagsmith/flagsmith-rust-client/pull/9)
72+
* feat(flagmith): make client <Send + Sync> by [@gagantrivedi](https://github.com/gagantrivedi) in [#11](https://github.com/Flagsmith/flagsmith-rust-client/pull/11)
73+
* Release/v1.1.0 by [@gagantrivedi](https://github.com/gagantrivedi) in [#12](https://github.com/Flagsmith/flagsmith-rust-client/pull/12)
74+
75+
76+
**Full Changelog**: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.0.1...v1.1.0
77+
78+
[Changes][v1.1.0]
79+
80+
81+
<a id="v1.0.1"></a>
82+
# [v1.0.1](https://github.com/Flagsmith/flagsmith-rust-client/releases/tag/v1.0.1) - 2022-10-03
83+
84+
## What's Changed
85+
* patch release v1.0.1 by [@gagantrivedi](https://github.com/gagantrivedi) in [#8](https://github.com/Flagsmith/flagsmith-rust-client/pull/8)
86+
87+
88+
**Full Changelog**: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.0.0...v1.0.1
89+
90+
[Changes][v1.0.1]
91+
92+
93+
<a id="v1.0.0"></a>
94+
# [v1.0.0](https://github.com/Flagsmith/flagsmith-rust-client/releases/tag/v1.0.0) - 2022-06-07
95+
96+
## What's Changed
97+
* Allow null feature type by [@matthewelwell](https://github.com/matthewelwell) in [#1](https://github.com/Flagsmith/flagsmith-rust-client/pull/1)
98+
* Rebrand: bullettrain to flagsmith by [@gagantrivedi](https://github.com/gagantrivedi) in [#2](https://github.com/Flagsmith/flagsmith-rust-client/pull/2)
99+
* ci(deploy-workflow): Add workflow to publish crate on crates.io by [@gagantrivedi](https://github.com/gagantrivedi) in [#5](https://github.com/Flagsmith/flagsmith-rust-client/pull/5)
100+
* Release 1.0.0 by [@gagantrivedi](https://github.com/gagantrivedi) in [#4](https://github.com/Flagsmith/flagsmith-rust-client/pull/4)
101+
102+
## New Contributors
103+
* [@matthewelwell](https://github.com/matthewelwell) made their first contribution in [#1](https://github.com/Flagsmith/flagsmith-rust-client/pull/1)
104+
105+
**Full Changelog**: https://github.com/Flagsmith/flagsmith-rust-client/commits/v1.0.0
106+
107+
[Changes][v1.0.0]
108+
109+
110+
[v2.0.0]: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.5.0...v2.0.0
111+
[v1.5.0]: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.4.0...v1.5.0
112+
[v1.4.0]: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.3.0...v1.4.0
113+
[v1.3.0]: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.2.0...v1.3.0
114+
[v1.2.0]: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.1.0...v1.2.0
115+
[v1.1.0]: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.0.1...v1.1.0
116+
[v1.0.1]: https://github.com/Flagsmith/flagsmith-rust-client/compare/v1.0.0...v1.0.1
117+
[v1.0.0]: https://github.com/Flagsmith/flagsmith-rust-client/tree/v1.0.0
118+
119+
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.9.0 -->

release-please-config.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"bootstrap-sha": "31732d15651aefbd4742c7d9fbe6d17b8d23df56",
3+
"packages": {
4+
".": {
5+
"release-type": "python",
6+
"changelog-path": "CHANGELOG.md",
7+
"bump-minor-pre-major": false,
8+
"bump-patch-for-minor-pre-major": false,
9+
"draft": false,
10+
"prerelease": false,
11+
"include-component-in-tag": false
12+
}
13+
},
14+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
15+
"changelog-sections": [
16+
{
17+
"type": "feat",
18+
"hidden": false,
19+
"section": "Features"
20+
},
21+
{
22+
"type": "fix",
23+
"hidden": false,
24+
"section": "Bug Fixes"
25+
},
26+
{
27+
"type": "ci",
28+
"hidden": false,
29+
"section": "CI"
30+
},
31+
{
32+
"type": "docs",
33+
"hidden": false,
34+
"section": "Docs"
35+
},
36+
{
37+
"type": "deps",
38+
"hidden": false,
39+
"section": "Dependency Updates"
40+
},
41+
{
42+
"type": "perf",
43+
"hidden": false,
44+
"section": "Performance Improvements"
45+
},
46+
{
47+
"type": "refactor",
48+
"hidden": false,
49+
"section": "Refactoring"
50+
},
51+
{
52+
"type": "test",
53+
"hidden": false,
54+
"section": "Tests"
55+
},
56+
{
57+
"type": "chore",
58+
"hidden": false,
59+
"section": "Other"
60+
}
61+
]
62+
}

0 commit comments

Comments
 (0)