Skip to content

Commit

Permalink
chore: Removing the community and release related document (already m…
Browse files Browse the repository at this point in the history
…oved to website) (#447)

* Removing the release related doc which already moved to website

Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>

* remove community

---------

Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>
  • Loading branch information
acezen authored Apr 11, 2024
1 parent 98cdeed commit 2c1aa90
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 114 deletions.
22 changes: 0 additions & 22 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,28 +248,6 @@ A PR can only be merged into main by a maintainer if:
Any maintainer is allowed to merge a PR if all of these conditions are
met.

Shipping a release (maintainers only)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Maintainers need to do the following to push out a release:

1. Switch to the main branch and make sure it's up to date.

.. code:: shell
$ git checkout main
$ git pull upstream main
2. Tag the release with a version number and push it to GitHub. Note that the version number should follow `semantic versioning <https://semver.org/#summary>`_. e.g.: v0.1.0.

.. code:: shell
$ git tag -a v0.1.0 -m "GraphAr v0.1.0"
$ git push upstream v0.1.0
3. The release draft will be automatically built to GitHub by GitHub Actions. You can edit the release notes draft on `GitHub <https://github.com/apache/incubator-graphar/releases>`_ to add more details.
4. Publish the release.

.. the reviewing part document is referred and derived from
.. https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md#the-process-of-making-changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ we'd be happy to have you involved.
Meeting](https://github.com/apache/incubator-graphar/wiki/GraphAr-Weekly-Community-Meeting).

Read through our [community
introduction](https://github.com/apache/incubator-graphar/tree/main/docs/developers/community.rst)
introduction](https://graphar.apache.org/community/)
to learn about our communication channels, governance, and more.

# License
Expand Down
19 changes: 0 additions & 19 deletions dev/release-process.md

This file was deleted.

71 changes: 0 additions & 71 deletions docs/developers/community.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@

Contributing Overview <developers/contributing>
Java Development <developers/java-dev>
Community <developers/community>

0 comments on commit 2c1aa90

Please sign in to comment.