Change master->main
This commit is contained in:
parent
51b384cc07
commit
6a35c1c95d
@ -1,7 +1,7 @@
|
|||||||
# resync
|
# resync
|
||||||
|
|
||||||
[](https://travis-ci.org/resync/resync)
|
[](https://travis-ci.org/resync/resync)
|
||||||
[](https://coveralls.io/github/resync/resync)
|
[](https://coveralls.io/github/resync/resync)
|
||||||
|
|
||||||
**resync** is a ResourceSync library with supporting client scipts,
|
**resync** is a ResourceSync library with supporting client scipts,
|
||||||
written in python.
|
written in python.
|
||||||
@ -102,7 +102,7 @@ Thanks to: [Bernhard Haslhofer](https://github.com/behas),
|
|||||||
[Robert Sanderson](<https://github.com/azaroth42)
|
[Robert Sanderson](<https://github.com/azaroth42)
|
||||||
and [other contributors](https://github.com/resync/resync/graphs/contributors).
|
and [other contributors](https://github.com/resync/resync/graphs/contributors).
|
||||||
|
|
||||||
See [CONTRIBUTING.md](https://github.com/resync/resync/blob/master/CONTRIBUTING.md)
|
See [CONTRIBUTING.md](https://github.com/resync/resync/blob/main/CONTRIBUTING.md)
|
||||||
for guidelines for contributing.
|
for guidelines for contributing.
|
||||||
|
|
||||||
## Copyright and License
|
## Copyright and License
|
||||||
|
|||||||
@ -9,9 +9,9 @@ resync is at <https://pypi.python.org/pypi/resync> on pypi
|
|||||||
0. In `develop` branch: bump version number in `resync/__init__.py` and check `CHANGES.md` is up to date
|
0. In `develop` branch: bump version number in `resync/__init__.py` and check `CHANGES.md` is up to date
|
||||||
1. Check all tests good with appropriate Python 3.x (`python setup.py test` and CI)
|
1. Check all tests good with appropriate Python 3.x (`python setup.py test` and CI)
|
||||||
2. Check code is up-to-date with github version
|
2. Check code is up-to-date with github version
|
||||||
3. Check out `master` and merge in `develop`
|
3. Check out `main` and merge in `develop`
|
||||||
4. Check all tests still good (`python setup.py test` and CI)
|
4. Check all tests still good (`python setup.py test` and CI)
|
||||||
5. Make sure master `README.md` has correct travis-ci icon link
|
5. Make sure main `README.md` has correct travis-ci icon link
|
||||||
6. Check branches as expected (`git branch -a`)
|
6. Check branches as expected (`git branch -a`)
|
||||||
7. Check local build and version reported OK (`python setup.py build; python setup.py install; resync-sync -h`)
|
7. Check local build and version reported OK (`python setup.py build; python setup.py install; resync-sync -h`)
|
||||||
8. Check client works with simulator:
|
8. Check client works with simulator:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user