Skip to content

Commit

Permalink
remove version stuff (#311)
Browse files Browse the repository at this point in the history
We're no longer using versioning. Might as well delete where it's mentioned and delete the script used to generate it. This will reduce the technical debt of maintaining an extra script, and will make the readme more concise.
  • Loading branch information
NovemLinguae authored Dec 19, 2023
1 parent 94bb0b0 commit 5f31392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 111 deletions.
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
afch-rewrite [![Build Status](https://github.com/WPAFC/afch-rewrite/actions/workflows/unit_tests.yml/badge.svg)] [![Release](https://img.shields.io/github/release/wpafc/afch-rewrite.svg)](https://github.com/WPAFC/afch-rewrite/releases)
afch-rewrite [![Build Status](https://github.com/WPAFC/afch-rewrite/actions/workflows/unit_tests.yml/badge.svg)]
============

**v0.9.1 Imperial Ibex**

A tool for reviewing Articles for Creation submissions on the English Wikipedia, rewritten using clear, object-oriented JavaScript with a focus on killing bloat while adding value.

### Using
Expand All @@ -27,11 +25,7 @@ Tests are stored in the `tests` directory and are run automatically on new commi
### Deploying
Interface administrators can [click here](https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Articles_for_creation/Helper_script/Deploying) for a detailed work instruction of how to deploy to English Wikipedia.

To upload the script to a wiki, use `scripts/upload.py`. Detailed instructions are included at the top of the file.

New versions of the script can be released through `scripts/release.py`, which automatically updates version history, inline version constants, `package.json`, etc.

As of 2023, we are "uploading" rather than "releasing".
To deploy AFC Helper to a wiki, use `scripts/upload.py`.

### Dependencies
Below is a list of dependencies and what they are involved with, so you know what to test when updating dependencies.
Expand All @@ -44,18 +38,6 @@ Below is a list of dependencies and what they are involved with, so you know wha
* jest-cli - Used by CI and unit tests
* jquery - Used by CI and unit tests

### Version history
* 0.9.1 Imperial Ibex (05 December 2018)
* 0.9 Hatted Hamster (8 November 2014)
* 0.8 Wandering Walrus (18 May 2014)
* 0.7 Less is More (13 April 2014)
* 0.6 Dancing Turtle (27 March 2014)
* 0.5 Cold Moose (21 March 2014)
* 0.4 Rewired Robot (14 March 2014)
* 0.3 Excited Murmur (12 March 2014)
* 0.2 Egalitarian Elephant (27 February 2014)
* 0.1 Exploding Fireball (4 January 2014)

### License

`afch-rewrite` is licensed under the GNU General Public License version 3; see LICENSE for more information.
91 changes: 0 additions & 91 deletions scripts/release.py

This file was deleted.

0 comments on commit 5f31392

Please sign in to comment.