Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Removing the community and release related document (already moved to website) #447

Merged
merged 3 commits into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading