Release 1.0 (#885)
This commit is contained in:
@@ -121,6 +121,20 @@ class CreateReleaseCommand extends Command
|
||||
|
||||
$filesToDelete = [
|
||||
'.git*',
|
||||
'.codecov.yml',
|
||||
'.editorconfig',
|
||||
'.php_cs.dist',
|
||||
'.scrutinizer.yml',
|
||||
'.travis.yml',
|
||||
'*.lock',
|
||||
'package.json',
|
||||
'phpstan.neon',
|
||||
'Dockerfile',
|
||||
'phpunit.xml.dist',
|
||||
'webpack.config.js',
|
||||
'assets/',
|
||||
'bin/',
|
||||
'tests/',
|
||||
'var/cache/*',
|
||||
'var/data/kimai_test.sqlite',
|
||||
'var/log/*.log',
|
||||
|
||||
@@ -21,7 +21,7 @@ class Constants
|
||||
/**
|
||||
* The current release version
|
||||
*/
|
||||
public const VERSION = '0.9';
|
||||
public const VERSION = '1.0';
|
||||
/**
|
||||
* The release name, will only change for new major version
|
||||
*/
|
||||
|
||||
@@ -17,7 +17,7 @@ use Doctrine\DBAL\Schema\Schema;
|
||||
/**
|
||||
* Creates the color columns on: customer, project, activity.
|
||||
*
|
||||
* @version 0.9
|
||||
* @version 1.0
|
||||
*/
|
||||
final class Version20190502161758 extends AbstractMigration
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user