forked from joomla-projects/soc23_joomla-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjorobo.ini
38 lines (35 loc) · 859 Bytes
/
jorobo.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
extension = migratetojoomla
version = 1.0.0
source = src
target = package
; Create a pre-release of the extension on GitHub
; Add your personal GitHub access tocken
; and add Release to the target (separated by space) above
[github]
remote = origin
branch = main
token =
owner = joomla-projects
repository = soc23_joomla-converter
changelog_source = commits
; Automatic upload of the built extension package to an FTP server
[ftp]
host =
port = 21
user =
password =
ssl = false
target = /
; Adds / replaces copyright headers at the beginning of files in the source folder
[header]
files = php,js
exclude =
text = "
/**
* @package Joomla.Administrator
* @subpackage com_migratetojoomla
*
* @copyright (C) 2024 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
"