We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36db7ef commit 3d3f5b2Copy full SHA for 3d3f5b2
LICENSE
@@ -1,5 +1,5 @@
1
The MIT License (MIT)
2
- Copyright (c) 2019 Jack Tang
+ Copyright (c) 2019-2020 Jack Tang
3
4
Permission is hereby granted, free of charge, to any person obtaining a copy
5
of this software and associated documentation files (the "Software"), to deal
Makefile
@@ -17,10 +17,10 @@ clean:
17
rm -rf tusc* data .tusc
18
19
release-patch: all
20
- release-it -n -i patch
+ release-it --ci -i patch
21
22
release-minor: all
23
- release-it -n -i minor
+ release-it --ci -i minor
24
25
release-major: all
26
- release-it -n -i major
+ release-it --ci -i major
0 commit comments