30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-05-29 04:30:46 +00:00
weblinks/jorobo.dist.ini
Yves Hoppe 3f29687165 Update manifest.xml beta channel and jorobo.dist.ini version to 3.6.0-rc1 (#313)
* Bumped version to dist version to 3.6.0-rc1

* Bumped version to 3.6.0-rc1

* rc not beta
2017-02-16 19:49:42 +01:00

39 lines
853 B
INI

extension = weblinks
version = 3.6.0-rc1
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 = develop
token =
owner = joomla-extensions
repository = weblinks
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 Weblinks
*
* @copyright Copyright (C) 2005 - ##YEAR## Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
"