Skip to content

Commit

Permalink
Remove duplicated release document (#56)
Browse files Browse the repository at this point in the history
fix #55
  • Loading branch information
kou committed Apr 4, 2023
1 parent ec4fdae commit 0728880
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,46 +16,4 @@

# Release

## How to release

Create an issue for new release such as "Prepare X.Y.Z". See
https://github.com/datafusion-contrib/datafusion-c/issues/49 as an
example.

Prepare new release:

```bash
git switch -c prepare-X.Y.Z
dev/release/prepare.sh X.Y.Z
editor doc/source/news/X.Y.Z.md
git add doc/source/news/X.Y.Z.md
git commit
git push origin prepare-X.Y.Z
```

Open a pull request from the `prepare-X.Y.Z` branch.

Merge the pull request.

Tag `X.Y.Z`:

```bash
git clone git@github.com:datafusion-contrib/datafusion-c.git
cd datafusion-c
dev/release/tag.sh
```

Wait about 30 minutes for all artifacts are built and uploaded to a
release page. For example,
https://github.com/datafusion-contrib/datafusion-c/releases/tag/21.0.0
is the release page for 21.0.0.

Publish packages for Debian, Ubuntu and AlmaLinux:

```bash
cd package
rake apt:rc
rake yum:rc
rake apt:release
rake yum:release
```
See https://datafusion-contrib.github.io/datafusion-c/main/developer/release.html .

0 comments on commit 0728880

Please sign in to comment.