Commit graph

28 commits

Author SHA1 Message Date
Predrag Gruevski
e410d1ab7a Perform a locked install of cargo-semver-checks. 2022-11-16 01:15:26 +00:00
Predrag Gruevski
4cc566bb04 Use stable Rust with cargo-semver-checks>=0.12. 2022-09-28 16:03:35 -04:00
Predrag Gruevski
a1d8af322f
Merge pull request #5 from obi1kenobi/improved_docs
Improve examples for the various modes of using the action.
2022-08-12 12:30:13 -04:00
Predrag Gruevski
4563b8009c Merge branch 'main' into improved_docs 2022-08-12 12:29:33 -04:00
Predrag Gruevski
d0f8d5bbed Improve examples for the various modes of using the action.
Resolves #4.
2022-08-12 12:26:01 -04:00
Predrag Gruevski
a70dd5d867
Add branding info to action. 2022-08-10 01:28:06 -04:00
Predrag Gruevski
b623c8885a
Merge pull request #2 from epage/settings
chore(gh): Allow contributors to update repo settings
2022-08-09 16:33:16 -04:00
Ed Page
29d1ccab21 chore(gh): Allow contributors to update repo settings 2022-08-09 11:50:33 -05:00
Predrag Gruevski
40ca351feb
Mark the README code blocks as YAML. 2022-08-07 22:10:06 -04:00
Predrag Gruevski
31abdeda61 Fix typo. 2022-08-07 12:36:01 -04:00
Predrag Gruevski
b737f52f9c Build rustdoc with all features and with private items. 2022-08-07 12:23:51 -04:00
Predrag Gruevski
12560d69ad Update documentation. 2022-08-02 12:20:03 -07:00
Predrag Gruevski
71067de712 More handholding of git fetch. 2022-08-02 12:17:03 -07:00
Predrag Gruevski
4227a503aa Perform a depth=1 fetch of the tag. 2022-08-02 12:13:11 -07:00
Predrag Gruevski
00b3af39f7 Explicitly detach the checkout. 2022-08-02 12:03:12 -07:00
Predrag Gruevski
6d7e4c1aa3 Explicitly specify that we're checking out a tag. 2022-08-02 11:58:37 -07:00
Predrag Gruevski
aa9e803411 Explicitly fetch from origin. 2022-08-02 11:48:28 -07:00
Predrag Gruevski
7946ceb19e Explicitly fetch the comparison tag. 2022-08-02 11:41:19 -07:00
Predrag Gruevski
1bd4be9e75 Add more information to README. 2022-08-02 11:41:03 -07:00
Predrag Gruevski
29dd54c10c Fix quoting bug. 2022-07-20 20:14:39 -04:00
Predrag Gruevski
869bbec6f1 Ensure scripts are executable. 2022-07-20 20:09:41 -04:00
Predrag Gruevski
d3807169fd Use explicit path to action scripts. 2022-07-20 20:08:54 -04:00
Predrag Gruevski
402cb63f95 Explicitly pick a shell. 2022-07-20 19:57:47 -04:00
Predrag Gruevski
bf71005d20 Minor bugfixes. 2022-07-20 19:41:14 -04:00
Predrag Gruevski
9167e38cae Avoid single quote altogether. 2022-07-20 19:34:12 -04:00
Predrag Gruevski
c2235291f4 Escape single quote. 2022-07-20 19:27:16 -04:00
Predrag Gruevski
ebc272edf7 Add initial cargo-semver-checks action implementation. 2022-07-20 19:19:33 -04:00
Predrag Gruevski
192d7c246b
Initial commit 2022-07-20 18:45:54 -04:00