diff --git a/.changes/config.json b/.changes/config.json index a2ab2bb..c9a4957 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -1,5 +1,12 @@ { "gitSiteUrl": "https://github.com/noctisynth/oblivion-rust/", + "changeTags": { + "feat": "New Features", + "fix": "Bug Fixes", + "perf": "Performance Improvements", + "chore": "Chores", + "refactor": "Refactors" + }, "pkgManagers": { "javascript": { "version": true, diff --git a/.changes/json-macros.md b/.changes/json-macros.md new file mode 100644 index 0000000..5360b93 --- /dev/null +++ b/.changes/json-macros.md @@ -0,0 +1,5 @@ +--- +"oblivion-codegen": patch:feat +--- + +Add macros support for `Result` diff --git a/.github/workflows/covector-status.yml b/.github/workflows/covector-status.yml index 9c357bf..0df4cea 100644 --- a/.github/workflows/covector-status.yml +++ b/.github/workflows/covector-status.yml @@ -1,4 +1,4 @@ -name: covector status +name: Covector Status on: [pull_request] jobs: diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 596aa69..453d7fb 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -1,4 +1,4 @@ -name: Version or publish +name: Version or Publish on: push: