Skip to content

Commit 091b173

Browse files
committed
docs: update and move the release docs
1 parent 1ac68bd commit 091b173

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,4 @@ To avoid having to unzip the extension in the corresponding directory every time
9090

9191
### Releasing it
9292

93-
- Make sure you are on the `master` branch and it is up to date (`git pull`)
94-
- Open `pom.xml` and set the version to the desired version number, such as `<version>0.1.0</version>`
95-
- Commit and push those changes to master
96-
- Add a corresponding git tag, with `git tag -a v0.1.0 -m "Version 0.1.0"` (when working from GitHub Desktop, you can follow [this process](https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags) and manually add the `v0.1.0` tag with the description `Version 0.1.0`)
97-
- Push the tag to GitHub: `git push --tags` (in GitHub Desktop, just push again)
98-
- Create a new release on GitHub at https://github.com/OpenRefine/CommonsExtension/releases/new, providing a release title (such as "Commons extension 0.1.0") and a description of the features in this release.
99-
- Open `pom.xml` and set the version to the expected next version number, followed by `-SNAPSHOT`. For instance, if you just released 0.1.0, you could set `<version>0.1.1-SNAPSHOT</version>`
100-
- Commit and push those changes.
93+
See [RELEASE.md](RELEASE.md).

RELEASE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Releasing CommonsExtension
2+
3+
1. Make sure you are on the `master` branch and it is up to date (`git pull`)
4+
2. Open `pom.xml` and set the version to the desired version number, such as `<version>0.1.0</version>`
5+
3. Commit and push those changes to master
6+
4. Create a new release on GitHub at https://github.com/OpenRefine/CommonsExtension/releases/new, providing a release title (such as "Commons extension 0.1.0") and a description of the features in this release. You can copy the content of the last release go get a starting template. Also create a new tag following the existing pattern.
7+

0 commit comments

Comments
 (0)