Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
refactor: 发布 1.0.0-alpha.1 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
pannanxu committed Oct 25, 2022
1 parent fdd27ad commit 5c2e347
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
apiVersion: plugin.halo.run/v1alpha1
apiVersion: v1alpha1
kind: Plugin
metadata:
# The name defines how the plugin is invoked,A unique name
name: halo-plugin-email
spec:
enabled: true
# 'version' is a valid semantic version string (see semver.org).
version: 0.0.1-SNAPSHOT
version: 1.0.0-alpha.1
requires: "*"
author: pannanxu
logo: https://www.mvvm.io/favico.ico
settingName: halo-plugin-email-settings
configMapName: halo-plugin-email-settings
# 'homepage' usually links to the GitHub repository of the plugin
homepage: https://github.com/pannanxu/halo-plugin-email
# 'displayName' explains what the plugin does in only a few words
displayName: "邮件通知"
description: "Halo2.0邮件通知插件"
description: "Halo邮件通知插件"
license:
- name: "MIT"

0 comments on commit 5c2e347

Please sign in to comment.