This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree 1 file changed +14
-10
lines changed
1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ Install dependencies via ``npm``:
12
12
13
13
.. prompt :: bash
14
14
15
- npm install
15
+ npm install
16
16
17
17
Generate minified JS and CSS files via ``Gulp ``:
18
18
19
19
.. prompt :: bash
20
20
21
- gulp
21
+ gulp
22
22
23
23
Run the test suite with ``tox ``. More information about testing is
24
24
available at :doc: `Testing page <testing >`.
@@ -32,16 +32,20 @@ Make sure you have the latest version of these packages:
32
32
33
33
python -m pip install --upgrade setuptools wheel twine
34
34
35
- - Update the version in ``sphinx_search/__init__.py `` and ``package.json ``.
36
- - Run ``npm run build `` and ``npm run changelog ``.
37
- - Open a pull request with the changes.
35
+ Update the version in ``sphinx_search/__init__.py `` and ``package.json ``,
36
+ and run:
38
37
39
- After the pull request is merged, run ``make release ``, this will:
38
+ .. prompt :: bash
39
+
40
+ npm run build
41
+ npm run changelog
40
42
41
- - Checkout and update your master branch.
42
- - Generate the distribution archives in ``dist/ ``.
43
- - Upload the archives from ``dist/ `` to PyPI.
43
+ Open a pull request with the changes.
44
+ After the pull request is merged, run:
45
+
46
+ .. prompt :: bash
44
47
45
- Now you can tag the release with ``make tag ``.
48
+ make release
49
+ make tag
46
50
47
51
.. note :: Make sure you don't have any uncommitted changes before releasing.
You can’t perform that action at this time.
0 commit comments