Merge pull request 'fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)' (#3) from fix/post-suspension-github-urls into main
All checks were successful
CI / validate (push) Successful in 1m24s
All checks were successful
CI / validate (push) Successful in 1m24s
This commit is contained in:
commit
a4985baf9a
@ -123,7 +123,7 @@ remote: error: pre-receive hook declined
|
|||||||
**Cause:** Either (a) branch protection requires PR review, or (b) CI failed on the latest commit.
|
**Cause:** Either (a) branch protection requires PR review, or (b) CI failed on the latest commit.
|
||||||
|
|
||||||
**Fix:**
|
**Fix:**
|
||||||
1. Check CI status at: `https://github.com/Molecule-AI/molecule-ai-plugin-ecc/actions`
|
1. Check CI status at: `https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-ecc/actions`
|
||||||
2. If CI failed, fix the failures and push again
|
2. If CI failed, fix the failures and push again
|
||||||
3. If CI passed but push still blocked, use a PR instead of pushing directly to `main`
|
3. If CI passed but push still blocked, use a PR instead of pushing directly to `main`
|
||||||
|
|
||||||
|
|||||||
@ -153,7 +153,7 @@ Verify `plugins_registry` is installed in the active venv:
|
|||||||
```bash
|
```bash
|
||||||
pip show plugins_registry
|
pip show plugins_registry
|
||||||
# If not installed:
|
# If not installed:
|
||||||
pip install git+https://github.com/Molecule-AI/plugins_registry.git
|
pip install git+https://git.moleculesai.app/molecule-ai/plugins_registry.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### CI failure on markdownlint
|
### CI failure on markdownlint
|
||||||
|
|||||||
@ -105,7 +105,7 @@ EOF
|
|||||||
```
|
```
|
||||||
|
|
||||||
Or via the GitHub web UI:
|
Or via the GitHub web UI:
|
||||||
1. Go to https://github.com/Molecule-AI/molecule-ai-plugin-ecc/releases/new
|
1. Go to https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-ecc/releases/new
|
||||||
2. Select the tag `vX.Y.Z`
|
2. Select the tag `vX.Y.Z`
|
||||||
3. Paste the changelog into the release body
|
3. Paste the changelog into the release body
|
||||||
4. Publish release
|
4. Publish release
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user