File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Create Tag
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+
8
+ jobs :
9
+ build :
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/checkout@v4
13
+ -
uses :
butlerlogic/[email protected]
14
+ env :
15
+ GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
16
+ with :
17
+ regex_pattern : ' "version": "([0-9\.]{5}([-\+][\w\.0-9]+)?)"'
18
+ root : " composer.json"
19
+ tag_prefix : " v"
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
15
15
16
16
### Fixed
17
17
18
+ ## [ 1.0.3] - 2024-08-07
19
+
20
+ ### Added
21
+
22
+ - Added GitHub action to automatically set tag
23
+
18
24
## [ 1.0.2] - 2024-08-05
19
25
20
26
### Added
@@ -29,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
29
35
30
36
## [ 1.0.0] - 2024-08-02
31
37
38
+ [ 1.0.3 ] : https://github.com/basecom/magento2-csp-split-header/compare/v1.0.2...v1.0.3
32
39
[ 1.0.2 ] : https://github.com/basecom/magento2-csp-split-header/compare/v1.0.1...v1.0.2
33
40
[ 1.0.1 ] : https://github.com/basecom/magento2-csp-split-header/compare/v1.0.0...v1.0.1
34
41
[ 1.0.0 ] : https://github.com/basecom/magento2-csp-split-header/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " basecom/magento2-csp-split-header" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " N/A" ,
5
5
"type" : " magento2-module" ,
6
6
"license" : [
You can’t perform that action at this time.
0 commit comments