Skip to content

Commit fc0f1a2

Browse files
authored
Add note to README about the action no longer being used.
1 parent 716bd2f commit fc0f1a2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Deploy Qtc Plugin
1+
# This Action is no longer used!
2+
3+
Qt Creator starting with 17.0 uses a simply git repository to register plugins instead:
4+
https://github.com/qt-creator/extension-registry
5+
6+
## Deploy Qtc Plugin
27

38
[![GitHub Super-Linter](https://github.com/qt-creator/deploy-qtc-plugin/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
49
![CI](https://github.com/qt-creator/deploy-qtc-plugin/actions/workflows/ci.yml/badge.svg)
@@ -9,7 +14,7 @@
914
An action to help you deploy your Qt Creator extension to the Qt Creator
1015
Extension Store.
1116

12-
## Getting started
17+
### Getting started
1318

1419
Once you have prepare your Lua extension for deployment, you can use this action
1520
to deploy it to the Qt Creator Extension Store.

0 commit comments

Comments
 (0)