File tree 10 files changed +22
-9
lines changed
10 files changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ mason make feature
93
93
<img src =" assets/terminal_typing.gif " alt =" Making a feature GIF " />
94
94
95
95
<br />
96
+
96
97
Also, make sure you add these lines to your ` .gitignore ` file if you are using git in your project.
97
98
98
99
``` sh
Original file line number Diff line number Diff line change 1
1
# 0.1.0+1
2
2
3
- - initial release.
3
+ - Initial release.
4
+
5
+ # 0.1.0+2
6
+
7
+ - Added class modifiers.
Original file line number Diff line number Diff line change 1
- # feature: 0.1.0+1
1
+ # feature: 0.1.0+2
2
2
3
3
[ ![ Powered by Mason] ( https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge )] ( https://github.com/felangel/mason )
4
4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description: A new brick created with the Mason CLI.
8
8
# The following defines the version and build number for your brick.
9
9
# A version number is three numbers separated by dots, like 1.2.34
10
10
# followed by an optional build number (separated by a +).
11
- version : 0.1.0+1
11
+ version : 0.1.0+2
12
12
13
13
# The following defines the environment for the current brick.
14
14
# It includes the version of mason that the brick requires.
Original file line number Diff line number Diff line change 1
1
# 0.1.0+1
2
2
3
- - TODO: Describe initial release.
3
+ - Initial release.
4
+
5
+ # 0.1.0+2
6
+
7
+ - Added class modifiers.
Original file line number Diff line number Diff line change 1
- # service: 0.1.0+1
1
+ # service: 0.1.0+2
2
2
3
3
[ ![ Powered by Mason] ( https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge )] ( https://github.com/felangel/mason )
4
4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description: A new brick created with the Mason CLI.
8
8
# The following defines the version and build number for your brick.
9
9
# A version number is three numbers separated by dots, like 1.2.34
10
10
# followed by an optional build number (separated by a +).
11
- version : 0.1.0+1
11
+ version : 0.1.0+2
12
12
13
13
# The following defines the environment for the current brick.
14
14
# It includes the version of mason that the brick requires.
Original file line number Diff line number Diff line change 1
1
# 0.1.0+1
2
2
3
- - TODO: Describe initial release.
3
+ - Initial release.
4
+
5
+ # 0.1.0+2
6
+
7
+ - Added class modifiers.
Original file line number Diff line number Diff line change 1
- # usecase: 0.1.0+1
1
+ # usecase: 0.1.0+2
2
2
3
3
[ ![ Powered by Mason] ( https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge )] ( https://github.com/felangel/mason )
4
4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description: A new brick created with the Mason CLI.
8
8
# The following defines the version and build number for your brick.
9
9
# A version number is three numbers separated by dots, like 1.2.34
10
10
# followed by an optional build number (separated by a +).
11
- version : 0.1.0+1
11
+ version : 0.1.0+2
12
12
13
13
# The following defines the environment for the current brick.
14
14
# It includes the version of mason that the brick requires.
You can’t perform that action at this time.
0 commit comments