@doist/reactist 28.7.3 → 29.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1437 -0
- package/CODE_OF_CONDUCT.md +83 -0
- package/CONTRIBUTING.md +46 -0
- package/README.md +3 -5
- package/dist/reactist.cjs.development.js +460 -447
- package/dist/reactist.cjs.development.js.map +1 -1
- package/dist/reactist.cjs.production.min.js +1 -1
- package/dist/reactist.cjs.production.min.js.map +1 -1
- package/es/avatar/avatar.js +4 -4
- package/es/avatar/avatar.js.map +1 -1
- package/es/avatar/utils.js.map +1 -1
- package/es/banner/banner.js +3 -3
- package/es/banner/banner.js.map +1 -1
- package/es/base-field/base-field.js +15 -18
- package/es/base-field/base-field.js.map +1 -1
- package/es/box/box.js +3 -3
- package/es/box/box.js.map +1 -1
- package/es/button/button.js +1 -1
- package/es/button/button.js.map +1 -1
- package/es/checkbox-field/checkbox-field.js +1 -1
- package/es/checkbox-field/checkbox-field.js.map +1 -1
- package/es/checkbox-field/checkbox-icon.js +1 -1
- package/es/checkbox-field/checkbox-icon.js.map +1 -1
- package/es/checkbox-field/use-fork-ref.js.map +1 -1
- package/es/columns/columns.js +1 -1
- package/es/columns/columns.js.map +1 -1
- package/es/components/color-picker/color-picker.js +2 -2
- package/es/components/color-picker/color-picker.js.map +1 -1
- package/es/components/deprecated-button/deprecated-button.js +1 -1
- package/es/components/deprecated-button/deprecated-button.js.map +1 -1
- package/es/components/deprecated-dropdown/dropdown.js +4 -4
- package/es/components/deprecated-dropdown/dropdown.js.map +1 -1
- package/es/components/deprecated-input/input.js.map +1 -1
- package/es/components/deprecated-select/select.js +1 -1
- package/es/components/deprecated-select/select.js.map +1 -1
- package/es/components/key-capturer/key-capturer.js +46 -36
- package/es/components/key-capturer/key-capturer.js.map +1 -1
- package/es/components/keyboard-shortcut/keyboard-shortcut.js +1 -1
- package/es/components/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
- package/es/components/progress-bar/progress-bar.js +1 -1
- package/es/components/progress-bar/progress-bar.js.map +1 -1
- package/es/components/time/time-utils.js +1 -1
- package/es/components/time/time-utils.js.map +1 -1
- package/es/components/time/time.js +4 -4
- package/es/components/time/time.js.map +1 -1
- package/es/divider/divider.js +1 -1
- package/es/divider/divider.js.map +1 -1
- package/es/heading/heading.js +1 -1
- package/es/heading/heading.js.map +1 -1
- package/es/hidden/hidden.js +2 -2
- package/es/hidden/hidden.js.map +1 -1
- package/es/hidden-visually/hidden-visually.js +1 -1
- package/es/hidden-visually/hidden-visually.js.map +1 -1
- package/es/icons/alert-icon.js +1 -1
- package/es/icons/alert-icon.js.map +1 -1
- package/es/icons/banner-icon.js +1 -1
- package/es/icons/banner-icon.js.map +1 -1
- package/es/index.js +5 -5
- package/es/inline/inline.js +1 -1
- package/es/inline/inline.js.map +1 -1
- package/es/loading/loading.js +1 -1
- package/es/loading/loading.js.map +1 -1
- package/es/menu/menu.js +2 -2
- package/es/menu/menu.js.map +1 -1
- package/es/modal/modal.js +22 -22
- package/es/modal/modal.js.map +1 -1
- package/es/modal/modal.module.css.js +1 -1
- package/es/notice/notice.js +1 -1
- package/es/notice/notice.js.map +1 -1
- package/es/password-field/password-field.js +2 -2
- package/es/prose/prose.js.map +1 -1
- package/es/select-field/select-field.js.map +1 -1
- package/es/select-field/select-field.module.css.js +1 -1
- package/es/spinner/spinner.js.map +1 -1
- package/es/stack/stack.js +2 -2
- package/es/stack/stack.js.map +1 -1
- package/es/switch-field/switch-field.js +2 -2
- package/es/switch-field/switch-field.js.map +1 -1
- package/es/tabs/tabs.js +4 -4
- package/es/tabs/tabs.js.map +1 -1
- package/es/text/text.js +1 -1
- package/es/text/text.js.map +1 -1
- package/es/text-area/text-area.js.map +1 -1
- package/es/text-field/text-field.js +1 -1
- package/es/text-field/text-field.js.map +1 -1
- package/es/text-field/text-field.module.css.js +1 -1
- package/es/text-link/text-link.js.map +1 -1
- package/es/toast/static-toast.js +1 -1
- package/es/toast/toast-animation.js +4 -4
- package/es/toast/toast-animation.js.map +1 -1
- package/es/toast/use-toasts.js +2 -2
- package/es/toast/use-toasts.js.map +1 -1
- package/es/tooltip/tooltip.js +2 -2
- package/es/tooltip/tooltip.js.map +1 -1
- package/es/utils/common-helpers.js +5 -0
- package/es/utils/common-helpers.js.map +1 -1
- package/es/utils/responsive-props.js +1 -1
- package/es/utils/responsive-props.js.map +1 -1
- package/lib/avatar/avatar.d.ts +1 -1
- package/lib/avatar/avatar.js +4 -4
- package/lib/avatar/avatar.js.map +1 -1
- package/lib/avatar/utils.d.ts +1 -1
- package/lib/avatar/utils.js.map +1 -1
- package/lib/banner/banner.d.ts +1 -1
- package/lib/banner/banner.js +3 -3
- package/lib/banner/banner.js.map +1 -1
- package/lib/banner/index.d.ts +1 -1
- package/lib/base-field/base-field.d.ts +1 -1
- package/lib/base-field/base-field.js +15 -18
- package/lib/base-field/base-field.js.map +1 -1
- package/lib/box/box.d.ts +2 -2
- package/lib/box/box.js +3 -3
- package/lib/box/box.js.map +1 -1
- package/lib/button/button.d.ts +3 -3
- package/lib/button/button.js +1 -1
- package/lib/button/button.js.map +1 -1
- package/lib/checkbox-field/checkbox-field.js +1 -1
- package/lib/checkbox-field/checkbox-field.js.map +1 -1
- package/lib/checkbox-field/checkbox-icon.js +1 -1
- package/lib/checkbox-field/checkbox-icon.js.map +1 -1
- package/lib/checkbox-field/use-fork-ref.d.ts +0 -1
- package/lib/checkbox-field/use-fork-ref.js.map +1 -1
- package/lib/columns/columns.d.ts +3 -3
- package/lib/columns/columns.js +1 -1
- package/lib/columns/columns.js.map +1 -1
- package/lib/components/color-picker/color-picker.d.ts +2 -2
- package/lib/components/color-picker/color-picker.js +2 -2
- package/lib/components/color-picker/color-picker.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +1 -1
- package/lib/components/deprecated-button/deprecated-button.d.ts +4 -4
- package/lib/components/deprecated-button/deprecated-button.js +1 -1
- package/lib/components/deprecated-button/deprecated-button.js.map +1 -1
- package/lib/components/deprecated-dropdown/dropdown.d.ts +1 -1
- package/lib/components/deprecated-dropdown/dropdown.js +4 -4
- package/lib/components/deprecated-dropdown/dropdown.js.map +1 -1
- package/lib/components/deprecated-input/input.d.ts +1 -1
- package/lib/components/deprecated-input/input.js.map +1 -1
- package/lib/components/deprecated-select/select.d.ts +1 -1
- package/lib/components/deprecated-select/select.js +1 -1
- package/lib/components/deprecated-select/select.js.map +1 -1
- package/lib/components/key-capturer/key-capturer.d.ts +1 -1
- package/lib/components/key-capturer/key-capturer.js +46 -36
- package/lib/components/key-capturer/key-capturer.js.map +1 -1
- package/lib/components/keyboard-shortcut/keyboard-shortcut.d.ts +1 -1
- package/lib/components/keyboard-shortcut/keyboard-shortcut.js +1 -1
- package/lib/components/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
- package/lib/components/progress-bar/progress-bar.js +1 -1
- package/lib/components/progress-bar/progress-bar.js.map +1 -1
- package/lib/components/time/time-utils.d.ts +2 -1
- package/lib/components/time/time-utils.js +1 -1
- package/lib/components/time/time-utils.js.map +1 -1
- package/lib/components/time/time.d.ts +2 -2
- package/lib/components/time/time.js +4 -4
- package/lib/components/time/time.js.map +1 -1
- package/lib/divider/divider.js +1 -1
- package/lib/divider/divider.js.map +1 -1
- package/lib/heading/heading.d.ts +7 -7
- package/lib/heading/heading.js +1 -1
- package/lib/heading/heading.js.map +1 -1
- package/lib/hidden/hidden.js +2 -2
- package/lib/hidden/hidden.js.map +1 -1
- package/lib/hidden-visually/hidden-visually.js +1 -1
- package/lib/hidden-visually/hidden-visually.js.map +1 -1
- package/lib/icons/alert-icon.js +1 -1
- package/lib/icons/alert-icon.js.map +1 -1
- package/lib/icons/banner-icon.js +1 -1
- package/lib/icons/banner-icon.js.map +1 -1
- package/lib/index.d.ts +5 -5
- package/lib/index.js +16 -16
- package/lib/inline/inline.d.ts +3 -3
- package/lib/inline/inline.js +1 -1
- package/lib/inline/inline.js.map +1 -1
- package/lib/loading/loading.js +1 -1
- package/lib/loading/loading.js.map +1 -1
- package/lib/menu/index.d.ts +2 -2
- package/lib/menu/menu.d.ts +4 -4
- package/lib/menu/menu.js +2 -2
- package/lib/menu/menu.js.map +1 -1
- package/lib/modal/modal-stories-components.d.ts +3 -3
- package/lib/modal/modal.d.ts +4 -4
- package/lib/modal/modal.js +23 -23
- package/lib/modal/modal.js.map +1 -1
- package/lib/modal/modal.module.css.js +1 -1
- package/lib/notice/notice.js +1 -1
- package/lib/notice/notice.js.map +1 -1
- package/lib/password-field/password-field.d.ts +1 -1
- package/lib/password-field/password-field.js +2 -2
- package/lib/prose/index.d.ts +1 -1
- package/lib/prose/prose.js.map +1 -1
- package/lib/select-field/select-field.d.ts +1 -1
- package/lib/select-field/select-field.js.map +1 -1
- package/lib/select-field/select-field.module.css.js +1 -1
- package/lib/spinner/spinner.js.map +1 -1
- package/lib/stack/stack.d.ts +2 -2
- package/lib/stack/stack.js +2 -2
- package/lib/stack/stack.js.map +1 -1
- package/lib/switch-field/switch-field.d.ts +1 -1
- package/lib/switch-field/switch-field.js +2 -2
- package/lib/switch-field/switch-field.js.map +1 -1
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tabs/tabs.js +4 -4
- package/lib/tabs/tabs.js.map +1 -1
- package/lib/text/text.d.ts +1 -1
- package/lib/text/text.js +1 -1
- package/lib/text/text.js.map +1 -1
- package/lib/text-area/text-area.d.ts +1 -1
- package/lib/text-area/text-area.js.map +1 -1
- package/lib/text-field/text-field.d.ts +1 -2
- package/lib/text-field/text-field.js +1 -1
- package/lib/text-field/text-field.js.map +1 -1
- package/lib/text-field/text-field.module.css.js +1 -1
- package/lib/text-link/text-link.js.map +1 -1
- package/lib/toast/index.d.ts +2 -2
- package/lib/toast/static-toast.d.ts +1 -1
- package/lib/toast/static-toast.js +1 -1
- package/lib/toast/toast-animation.js +4 -4
- package/lib/toast/toast-animation.js.map +1 -1
- package/lib/toast/use-toasts.d.ts +1 -1
- package/lib/toast/use-toasts.js +2 -2
- package/lib/toast/use-toasts.js.map +1 -1
- package/lib/tooltip/index.d.ts +1 -1
- package/lib/tooltip/tooltip.d.ts +1 -1
- package/lib/tooltip/tooltip.js +2 -2
- package/lib/tooltip/tooltip.js.map +1 -1
- package/lib/utils/common-helpers.d.ts +3 -0
- package/lib/utils/common-helpers.js +5 -0
- package/lib/utils/common-helpers.js.map +1 -1
- package/lib/utils/responsive-props.d.ts +1 -1
- package/lib/utils/responsive-props.js +1 -1
- package/lib/utils/responsive-props.js.map +1 -1
- package/lib/utils/storybook-helper.d.ts +2 -2
- package/lib/utils/test-helpers.d.ts +3 -3
- package/package.json +37 -22
- package/styles/avatar.css +3 -3
- package/styles/badge.css +2 -2
- package/styles/banner.css +4 -4
- package/styles/base-field.css +6 -6
- package/styles/box.css +3 -3
- package/styles/button.css +2 -2
- package/styles/checkbox-field.css +2 -2
- package/styles/columns.css +2 -2
- package/styles/divider.css +2 -2
- package/styles/heading.css +2 -2
- package/styles/hidden-visually.css +2 -2
- package/styles/hidden.css +2 -2
- package/styles/index.css +5 -5
- package/styles/loading.css +2 -2
- package/styles/modal.css +5 -5
- package/styles/modal.module.css.css +1 -1
- package/styles/notice.css +2 -2
- package/styles/password-field.css +8 -8
- package/styles/prose.css +2 -2
- package/styles/reactist.css +8 -8
- package/styles/select-field.css +6 -6
- package/styles/select-field.module.css.css +1 -1
- package/styles/static-toast.css +2 -2
- package/styles/switch-field.css +6 -6
- package/styles/tabs.css +2 -2
- package/styles/text-area.css +5 -5
- package/styles/text-field.css +6 -6
- package/styles/text-field.module.css.css +1 -1
- package/styles/text-link.css +2 -2
- package/styles/text.css +2 -2
- package/styles/tooltip.css +2 -2
- package/styles/use-toasts.css +2 -2
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
|
2
|
+
|
|
3
|
+
## Our Pledge
|
|
4
|
+
|
|
5
|
+
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
|
|
6
|
+
|
|
7
|
+
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
|
|
8
|
+
|
|
9
|
+
## Our Standards
|
|
10
|
+
|
|
11
|
+
Examples of behavior that contributes to a positive environment for our community include:
|
|
12
|
+
|
|
13
|
+
- Demonstrating empathy and kindness toward other people
|
|
14
|
+
- Being respectful of differing opinions, viewpoints, and experiences
|
|
15
|
+
- Giving and gracefully accepting constructive feedback
|
|
16
|
+
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
|
|
17
|
+
- Focusing on what is best not just for us as individuals, but for the overall community
|
|
18
|
+
|
|
19
|
+
Examples of unacceptable behavior include:
|
|
20
|
+
|
|
21
|
+
- The use of sexualized language or imagery, and sexual attention or advances of any kind
|
|
22
|
+
- Trolling, insulting or derogatory comments, and personal or political attacks
|
|
23
|
+
- Public or private harassment
|
|
24
|
+
- Publishing others' private information, such as a physical or email address, without their explicit permission
|
|
25
|
+
- Other conduct which could reasonably be considered inappropriate in a professional setting
|
|
26
|
+
|
|
27
|
+
## Enforcement Responsibilities
|
|
28
|
+
|
|
29
|
+
Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
|
|
30
|
+
|
|
31
|
+
Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
|
|
32
|
+
|
|
33
|
+
## Scope
|
|
34
|
+
|
|
35
|
+
This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
|
|
36
|
+
|
|
37
|
+
## Enforcement
|
|
38
|
+
|
|
39
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at frontend+opensource@doist.com. All complaints will be reviewed and investigated promptly and fairly.
|
|
40
|
+
|
|
41
|
+
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
|
|
42
|
+
|
|
43
|
+
## Enforcement Guidelines
|
|
44
|
+
|
|
45
|
+
Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
|
|
46
|
+
|
|
47
|
+
### 1. Correction
|
|
48
|
+
|
|
49
|
+
**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
|
|
50
|
+
|
|
51
|
+
**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
|
|
52
|
+
|
|
53
|
+
### 2. Warning
|
|
54
|
+
|
|
55
|
+
**Community Impact**: A violation through a single incident or series of actions.
|
|
56
|
+
|
|
57
|
+
**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
|
|
58
|
+
|
|
59
|
+
### 3. Temporary Ban
|
|
60
|
+
|
|
61
|
+
**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
|
|
62
|
+
|
|
63
|
+
**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
|
|
64
|
+
|
|
65
|
+
### 4. Permanent Ban
|
|
66
|
+
|
|
67
|
+
**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
|
|
68
|
+
|
|
69
|
+
**Consequence**: A permanent ban from any sort of public interaction within the community.
|
|
70
|
+
|
|
71
|
+
## Attribution
|
|
72
|
+
|
|
73
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
|
|
74
|
+
|
|
75
|
+
Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][mozilla coc].
|
|
76
|
+
|
|
77
|
+
For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][faq]. Translations are available at [https://www.contributor-covenant.org/translations][translations].
|
|
78
|
+
|
|
79
|
+
[homepage]: https://www.contributor-covenant.org
|
|
80
|
+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
|
|
81
|
+
[mozilla coc]: https://github.com/mozilla/diversity
|
|
82
|
+
[faq]: https://www.contributor-covenant.org/faq
|
|
83
|
+
[translations]: https://www.contributor-covenant.org/translations
|
package/CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Contributing
|
|
2
|
+
|
|
3
|
+
Thanks for being willing to contribute!
|
|
4
|
+
|
|
5
|
+
**Working on your first Pull Request?** You can learn how from this _free_
|
|
6
|
+
series [How to Contribute to an Open Source Project on GitHub][egghead]
|
|
7
|
+
|
|
8
|
+
## Project setup
|
|
9
|
+
|
|
10
|
+
1. Fork and clone the repo
|
|
11
|
+
2. Run `npm run setup` to install dependencies and run validations.
|
|
12
|
+
3. Create a branch for your PR with `git checkout -b pr/your-branch-name`
|
|
13
|
+
|
|
14
|
+
> Tip: Keep your `main` branch pointing at the original repository and make pull
|
|
15
|
+
> requests from branches on your fork. To do this, run:
|
|
16
|
+
>
|
|
17
|
+
> ```
|
|
18
|
+
> git remote add upstream https://github.com/doist/reactist.git
|
|
19
|
+
> git fetch upstream
|
|
20
|
+
> git branch --set-upstream-to=upstream/main main
|
|
21
|
+
> ```
|
|
22
|
+
>
|
|
23
|
+
> This will add the original repository as a "remote" called "upstream," Then
|
|
24
|
+
> fetch the git information from that remote, then set your local `main` branch
|
|
25
|
+
> to use the upstream `main` branch whenever you run `git pull`. Then you can
|
|
26
|
+
> make all of your pull request branches based on this `main` branch.
|
|
27
|
+
>
|
|
28
|
+
> Whenever you want to update your version of `main`, do a regular `git pull`.
|
|
29
|
+
|
|
30
|
+
## Committing and Pushing changes
|
|
31
|
+
|
|
32
|
+
This repository is setup so that on `git push` it will run all validations
|
|
33
|
+
(linting, tests and type checks) and will prevent you from pushing any changes
|
|
34
|
+
if any of these checks fail. These steps are also enforced on GitHub preventing
|
|
35
|
+
any failing PR to be merged, but are run before pushing for your convenience and
|
|
36
|
+
ours. Please do not override this step.
|
|
37
|
+
|
|
38
|
+
## Help needed
|
|
39
|
+
|
|
40
|
+
Please checkout the [the open issues][issues].
|
|
41
|
+
|
|
42
|
+
Also, please watch the repo and respond to questions/bug reports/feature
|
|
43
|
+
requests! Thanks!
|
|
44
|
+
|
|
45
|
+
[egghead]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
|
|
46
|
+
[issues]: https://github.com/doist/reactist/issues
|
package/README.md
CHANGED
|
@@ -197,9 +197,9 @@ We recommend you enable these tests on those Storybook stories that have several
|
|
|
197
197
|
|
|
198
198
|
When you open a GitHub PR, you'll notice the "UI Review" and "UI Tests" CI steps.
|
|
199
199
|
|
|
200
|
-
-
|
|
201
|
-
-
|
|
202
|
-
-
|
|
200
|
+
- Clicking on "Details" will bring you to the Chromatic UI (if you don't already have a Chromatic account, please sign-up using your GitHub account).
|
|
201
|
+
- Now you can review and accept your changes (or go back and change your code).
|
|
202
|
+
- When you're happy with your changes, make sure to mark them as "Approved".
|
|
203
203
|
|
|
204
204
|
# Releasing
|
|
205
205
|
|
|
@@ -208,7 +208,6 @@ This project uses [release-please](https://github.com/googleapis/release-please)
|
|
|
208
208
|
## How it works
|
|
209
209
|
|
|
210
210
|
1. Make your changes using [Conventional Commits](https://www.conventionalcommits.org/):
|
|
211
|
-
|
|
212
211
|
- `feat:` for new features (minor version bump)
|
|
213
212
|
- `fix:` for bug fixes (patch version bump)
|
|
214
213
|
- `style:` for code style changes
|
|
@@ -223,7 +222,6 @@ This project uses [release-please](https://github.com/googleapis/release-please)
|
|
|
223
222
|
- `chore:` for maintenance tasks (NOTE: these are not included in the changelog)
|
|
224
223
|
|
|
225
224
|
2. When commits are pushed to `main`:
|
|
226
|
-
|
|
227
225
|
- Release-please automatically creates/updates a release PR
|
|
228
226
|
- The PR includes version bump and changelog updates
|
|
229
227
|
- Review the PR and merge when ready
|