asukaminato0721 commented on PR #6238:
URL: https://github.com/apache/opendal/pull/6238#issuecomment-2924713474

   here are the publish steps.
   
   1. **Install required tools:**
   ```bash
   opam install dune-release
   ```
   
   2. **Set up opam-repository fork:**
   ```bash
   # Fork https://github.com/ocaml/opam-repository on GitHub
   git clone https://github.com/YOUR_USERNAME/opam-repository.git
   ```
   
   ### Publishing Process
   
   1. **Prepare the release:**
   ```bash
   cd bindings/ocaml
   ./release.sh 0.48.0  # Replace with your version
   ```
   
   2. **Test locally:**
   ```bash
   # Test installation from the local directory
   opam install . --deps-only
   opam install .
   
   # Test that it works
   ocaml -I $(opam var lib)/opendal -c "open Opendal.Operator"
   ```
   
   3. **Submit to opam-repository:**
   
   ```bash
   dune-release publish distrib --verbose
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to