mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-01-15 00:37:55 -05:00
* chore (merge) - merge dev into staging (#163) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment --------- Co-authored-by: Daehyun Paik <paik@a30a.dev> * Promote to staging from dev (#166) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment * fix(ci): missing environment specifier in cli publish workflow --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> * chore(merge) - merge dev into staging (#170) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment * fix(ci): missing environment specifier in cli publish workflow * fix(timeout): fix issue with timing out while in upload phase --------- Co-authored-by: Daehyun Paik <paik@a30a.dev> * chore (merge) - dev to staging (#174) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment * fix(ci): missing environment specifier in cli publish workflow * fix(timeout): fix issue with timing out while in upload phase * fix(finalization): fix various bugs and add non interactive auth * build(cleanup): removed puppeteer and related tests --------- Co-authored-by: Daehyun Paik <paik@a30a.dev> * [release/v1.0.7] Promote dev to staging (#176) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment * fix(ci): missing environment specifier in cli publish workflow * fix(timeout): fix issue with timing out while in upload phase * fix(finalization): fix various bugs and add non interactive auth * build(cleanup): removed puppeteer and related tests * chore(release): publish 1.0.7 --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com> * chore (merge) - dev to staging (#181) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment * fix(ci): missing environment specifier in cli publish workflow * fix(timeout): fix issue with timing out while in upload phase * fix(finalization): fix various bugs and add non interactive auth * build(cleanup): removed puppeteer and related tests * chore(release): publish 1.0.7 * refactor(ui/ux): small changes for a better ui/ux * refactor(ui/ux): add information about private profiles failing sybil checks * fix(ui): fix wording * chore(release): publish 1.0.8 --------- Co-authored-by: Daehyun Paik <paik@a30a.dev> Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com> --------- Co-authored-by: Daehyun Paik <paik@a30a.dev> Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>
75 lines
1.5 KiB
JSON
75 lines
1.5 KiB
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"npmClient": "yarn",
|
|
"version": "1.0.8",
|
|
"changelogPreset": {
|
|
"name": "conventionalcommits",
|
|
"issuePrefixes": [
|
|
"#"
|
|
],
|
|
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
|
|
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
|
|
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
|
|
"userUrlFormat": "{{host}}/{{user}}",
|
|
"types": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "feature",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Performance Improvements"
|
|
},
|
|
{
|
|
"type": "revert",
|
|
"section": "Reverts"
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"section": "Documentation",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "style",
|
|
"section": "Styles",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"section": "Miscellaneous Chores",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "Code Refactoring",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "test",
|
|
"section": "Tests",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "build",
|
|
"section": "Build System",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "ci",
|
|
"section": "Continuous Integration",
|
|
"hidden": true
|
|
}
|
|
]
|
|
}
|
|
}
|