Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored May 21, 2024
1 parent 48d3667 commit bec9601
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Thus, before your contribution can be accepted by the project team, contributors
- Obtain an [Eclipse Foundation account](https://accounts.eclipse.org/)
- Anyone who currently uses Eclipse Bugzilla or Gerrit systems already has one of those
- Newcomers can [create a new account](https://accounts.eclipse.org/user/register?destination=user)
- Add your GiHub username to your Eclipse Foundation account
- Add your GitHub username to your Eclipse Foundation account
- ([Log into Eclipse](https://accounts.eclipse.org/))
- Go to the _Edit Profile_ tab
- Fill in the _GitHub ID_ under _Social Media Links_ and save
Expand Down Expand Up @@ -56,18 +56,18 @@ newly created Pull Request that also bumps the version number in the

### Creating a new release

Preparing a new release is currently still involves some manual work.
Preparing a new release currently still involves some manual work.

Once a new release is ready, merge the latest Pull Request for release
prepartion.
preparation.
Then create a corresponding git tag for the release number with the prefix
`v`(e.g., `v1.0.0` for version `1.0.0`).
This can also be done via the GitHub web interface while creating a new release
(where the latest `CHANGELOG.md` entry can be used for the release notes).

When the new tag is pushed to the remote repository on GitHub, a separate
GitHub Actions workflow is then triggered that will push the new version to
the pub.dev package repository, making it avaible for package users.
the pub.dev package repository, making it available for package users.

## Contact

Expand Down

0 comments on commit bec9601

Please sign in to comment.