Compare commits
No commits in common. "v0.2.1" and "v0.2.0" have entirely different histories.
5 changed files with 3 additions and 45 deletions
|
@ -1,19 +0,0 @@
|
||||||
buckets:
|
|
||||||
- maxSize: 80
|
|
||||||
label: size/small
|
|
||||||
comment: null
|
|
||||||
- maxSize: 200
|
|
||||||
label: size/medium
|
|
||||||
comment: null
|
|
||||||
- maxSize: 2000
|
|
||||||
label: size/large
|
|
||||||
comment: >
|
|
||||||
👮♀️⚠️ This is a friendly reminder that the diff size of this PR is bigger than
|
|
||||||
200 lines we aim for. Please consider splitting this PR into more digestible pieces!
|
|
||||||
- maxSize: Infinity
|
|
||||||
label: size/huge
|
|
||||||
comment: >
|
|
||||||
👮♀️🛑 This PR's diff size is quite huge.
|
|
||||||
Hopefully you know what you're doing.
|
|
||||||
If you did not commit a lot of autogenerated files intentionally,
|
|
||||||
there are few good reasons for this.
|
|
|
@ -1,17 +0,0 @@
|
||||||
name: Label PRs based on size
|
|
||||||
|
|
||||||
on: [pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
add_pr_size_label:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Check PR size
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Check out code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Label and comment PR
|
|
||||||
uses: boschresearch/pr-size-labeler@v5.0.1
|
|
||||||
with:
|
|
||||||
bucketConfigFile: ".gitea/size.yml"
|
|
|
@ -1,9 +1,3 @@
|
||||||
## [0.2.1](https://git.kjan.de/jank/project-cli/compare/v0.2.0...v0.2.1) (2025-06-19)
|
|
||||||
|
|
||||||
### Chores
|
|
||||||
|
|
||||||
* Add size pipeline ([8212b10](https://git.kjan.de/jank/project-cli/commit/8212b10e2572e2e6e34775858391dc1fadb9686c))
|
|
||||||
|
|
||||||
## [0.2.0](https://git.kjan.de/jank/project-cli/compare/v0.1.1...v0.2.0) (2025-06-19)
|
## [0.2.0](https://git.kjan.de/jank/project-cli/compare/v0.1.1...v0.2.0) (2025-06-19)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "proj-cli",
|
"name": "proj-cli",
|
||||||
"version": "0.2.1",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "proj-cli",
|
"name": "proj-cli",
|
||||||
"version": "0.2.1",
|
"version": "0.2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@saithodev/semantic-release-gitea": "^2.1.0",
|
"@saithodev/semantic-release-gitea": "^2.1.0",
|
||||||
"@semantic-release/changelog": "^6.0.3",
|
"@semantic-release/changelog": "^6.0.3",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "proj-cli",
|
"name": "proj-cli",
|
||||||
"version": "0.2.1",
|
"version": "0.2.0",
|
||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue