Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "Rivet Dev",
"build": {
"dockerfile": "Dockerfile",
"context": "."
},
"remoteUser": "root",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"name": "Rivet Dev",
"build": {
"dockerfile": "Dockerfile",
"context": "."
},
"remoteUser": "root",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": true,
"azureDnsAutoDetection": true,
"installDockerBuildx": true,
"version": "latest",
"dockerDashComposeVersion": "v2"
},
"ghcr.io/devcontainers/features/nix:1": {
"ghcr.io/devcontainers/features/nix:1": {
"multiUser": true,
"version": "latest"
},
Expand All @@ -24,9 +24,7 @@
},
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer"
]
"extensions": ["rust-lang.rust-analyzer"]
}
}
}
}
124 changes: 62 additions & 62 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"changelog-sections": [
{
"type": "feat",
"hidden": false,
"section": "Features"
},
{
"type": "fix",
"hidden": false,
"section": "Bug Fixes"
},
{
"type": "perf",
"hidden": false,
"section": "Performance Improvements"
},
{
"type": "revert",
"hidden": false,
"section": "Reverts"
},
{
"type": "docs",
"hidden": false,
"section": "Documentation"
},
{
"type": "style",
"hidden": false,
"section": "Styles"
},
{
"type": "refactor",
"hidden": false,
"section": "Code Refactoring"
},
{
"type": "test",
"hidden": false,
"section": "Tests"
},
{
"type": "build",
"hidden": false,
"section": "Build System"
},
{
"type": "ci",
"hidden": false,
"section": "Continuous Integration"
},
{
"type": "chore",
"hidden": false,
"section": "Chores"
},
{
"type": "other",
"hidden": false,
"section": "Others"
}
]
"changelog-sections": [
{
"type": "feat",
"hidden": false,
"section": "Features"
},
{
"type": "fix",
"hidden": false,
"section": "Bug Fixes"
},
{
"type": "perf",
"hidden": false,
"section": "Performance Improvements"
},
{
"type": "revert",
"hidden": false,
"section": "Reverts"
},
{
"type": "docs",
"hidden": false,
"section": "Documentation"
},
{
"type": "style",
"hidden": false,
"section": "Styles"
},
{
"type": "refactor",
"hidden": false,
"section": "Code Refactoring"
},
{
"type": "test",
"hidden": false,
"section": "Tests"
},
{
"type": "build",
"hidden": false,
"section": "Build System"
},
{
"type": "ci",
"hidden": false,
"section": "Continuous Integration"
},
{
"type": "chore",
"hidden": false,
"section": "Chores"
},
{
"type": "other",
"hidden": false,
"section": "Others"
}
]
}