Skip to content

Commit

Permalink
fix: one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo committed Apr 19, 2023
1 parent 994254e commit 916b1d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Newspack Block Theme functions and definitions
* Version: 1.0.0-alpha.1
* Version: 1.0.0-alpha.3
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
Expand All @@ -16,7 +16,7 @@
define( 'NEWSPACK_BLOCK_THEME_FILE', __FILE__ );
define( 'NEWSPACK_BLOCK_THEME_FILE_PATH', plugin_dir_path( NEWSPACK_BLOCK_THEME_FILE ) );
define( 'NEWSPACK_BLOCK_THEME_URL', plugin_dir_url( NEWSPACK_BLOCK_THEME_FILE ) );
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.0.0-alpha.1' );
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.0.0-alpha.3' );
}

// Include theme resources.
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
{
// build script is run before semantic-release, so the version in *.css files
// have to be updated explicitly
files: [ 'src/scss/_theme-description.scss', 'style.css' ],
files: [ 'src/scss/_theme-description.scss', 'style.css', 'functions.php' ],
callback: 'npm run release:archive',
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_theme-description.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: A forward-looking news theme designed and developed to be highly cu
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 1.0.0-alpha.1
Version: 1.0.0-alpha.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:
Expand Down

0 comments on commit 916b1d2

Please sign in to comment.