-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
79 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
include .editorconfig | ||
include Makefile | ||
include dev-requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ I suggest installing with `pipx`_: | |
|
||
.. code-block:: shell | ||
$ pipx install git+https://github.com/nedbat/watchgha | ||
$ pipx install watchgha | ||
Now you have a command ``watch_gha_runs`` available. I use a `git alias`_ | ||
so that my current repo and branch are implied: | ||
|
@@ -115,8 +115,10 @@ status:: | |
Changelog | ||
========= | ||
|
||
Unreleased | ||
---------- | ||
.. scriv-start-here | ||
1.0.0 — 2023-04-15 | ||
------------------ | ||
|
||
- The ``--poll`` option sets the number of seconds to wait between refreshes. | ||
|
||
|
@@ -130,35 +132,37 @@ Unreleased | |
- Long lines are no longer wrapped too short. | ||
|
||
|
||
0.6.0 – 2023-03-22 | ||
0.6.0 — 2023-03-22 | ||
------------------ | ||
|
||
- Runs can be selected by a commit SHA by using ``--sha`` on the command line. | ||
|
||
- Retry if GitHub returns "502 - Bad Gateway". | ||
|
||
|
||
0.5.0 – 2023-03-15 | ||
0.5.0 — 2023-03-15 | ||
------------------ | ||
|
||
- Uses a ``GITHUB_TOKEN`` environment variable for authentication if it is | ||
defined. | ||
|
||
|
||
0.0.2 – 2023-03-14 | ||
0.0.2 — 2023-03-14 | ||
------------------ | ||
|
||
- Support more forms of repo URLs: ``[email protected]:``, without ``.git``, etc. | ||
|
||
- Better error messages if the repo URL can't be parsed. | ||
|
||
|
||
0.0.1 – 2023-03-13 | ||
0.0.1 — 2023-03-13 | ||
------------------ | ||
|
||
First version | ||
|
||
|
||
.. scriv-end-here | ||
Development | ||
=========== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Packages to install for working on the project. | ||
|
||
check-manifest | ||
build | ||
scriv | ||
twine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.6.0" | ||
__version__ = "1.0.0" |