You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/20 03:15:24 UTC

[incubator-opendal] 01/01: chore: Fix CHANGELOG not found

This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch fix-changelog
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit f2bb2c2985b056442955dc17af23dac5928ffbc4
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Mon Mar 20 11:15:04 2023 +0800

    chore: Fix CHANGELOG not found
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 core/CHANGELOG.md    | 1 +
 core/src/docs/mod.rs | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
new file mode 120000
index 00000000..04c99a55
--- /dev/null
+++ b/core/CHANGELOG.md
@@ -0,0 +1 @@
+../CHANGELOG.md
\ No newline at end of file
diff --git a/core/src/docs/mod.rs b/core/src/docs/mod.rs
index 64d66f50..bb11b085 100644
--- a/core/src/docs/mod.rs
+++ b/core/src/docs/mod.rs
@@ -26,7 +26,7 @@ pub mod concepts;
 pub mod internals;
 
 /// Changes log for all OpenDAL released versions.
-#[doc = include_str!("../../../CHANGELOG.md")]
+#[doc = include_str!("../../CHANGELOG.md")]
 pub mod changelog {}
 
 /// All features that provided by OpenDAL.