From c739c37447003825e0bf6263975d76d137c0e544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=90=91=E5=A4=9C?= <46275354+fu050409@users.noreply.github.com> Date: Sat, 28 Sep 2024 21:26:12 +0800 Subject: [PATCH] chore: bump version (#73) --- .changes/config.json | 7 +++++++ .changes/json-macros.md | 5 +++++ .github/workflows/covector-status.yml | 2 +- .github/workflows/covector-version-or-publish.yml | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .changes/json-macros.md 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: