Skip to content

Commit

Permalink
fix: display correct version to end user (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen authored and EdieLemoine committed Sep 15, 2022
1 parent 29b8845 commit a821359
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 157 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"object-path": "^0.11.5"
},
"devDependencies": {
"@myparcel/eslint-config": "^3.0.2",
"@myparcel/semantic-release-config": "^3.0.0",
"@types/knockout": "^3.4.66"
"@myparcel/eslint-config": "^3.6.1",
"@myparcel/semantic-release-config": "^4.0.0",
"@types/knockout": "^3.4.72"
}
}
10 changes: 8 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const mainConfig = require('@myparcel/semantic-release-config');
const {addExecPlugin, addGitHubPlugin, addGitPlugin} = require(
const { addExecPlugin, addGitHubPlugin, addGitPlugin } = require(
'@myparcel/semantic-release-config/src/plugins',
);
const { gitPluginDefaults } = require('@myparcel/semantic-release-config/src/plugins/addGitPlugin');

module.exports = {
...mainConfig,
Expand All @@ -12,6 +13,11 @@ module.exports = {
addExecPlugin({
prepareCmd: 'node ./private/updateVersion.js ${nextRelease.version}',
}),
addGitPlugin(),
addGitPlugin({
assets: [
...gitPluginDefaults.assets,
'etc/module.xml',
],
}),
],
};
4 changes: 2 additions & 2 deletions view/frontend/web/js/vendor/myparcel.js

Large diffs are not rendered by default.

Loading

0 comments on commit a821359

Please sign in to comment.