Skip to content

Releases: MukuFlash03/e-mission-server

Fixed typo in response var name

08 Oct 01:06
Compare
Choose a tag to compare
v0.4.5

Fixed typo in response var name

Added create and push tag and create release

08 Oct 00:52
Compare
Choose a tag to compare
v0.4.4

Added create and push tag and create release

Changing event_name check from push to release

07 Oct 23:20
Compare
Choose a tag to compare
v0.4.3

Changing event_name check from push to release

Using event.release.target_commitish for target branch

07 Oct 22:55
Compare
Choose a tag to compare
Can use this.
Or can set it to use the default branch always since the releases would only be triggered on changes to master branch.

Test commit to trigger workflow dispatch

07 Oct 22:36
Compare
Choose a tag to compare
v0.4.1

Test commit to trigger workflow dispatch

Using existing tags sort approach

07 Oct 21:18
Compare
Choose a tag to compare
Using git describe requires command to run in the repository whose tags we need.
Since workflow dispatch would run in dashboard repos, cannot get server tags.

Using GitHub REST API seems best option.

Added missing quote

07 Oct 20:07
Compare
Choose a tag to compare
v0.3.19

Added missing quote

Removed 2nd latest tag

07 Oct 19:58
Compare
Choose a tag to compare
v0.3.18

Removed 2nd latest tag

Multiline comments syntax error fix

07 Oct 19:49
Compare
Choose a tag to compare
v0.3.17

Multiline comments syntax error fix

Added fetch-depth during actions/checkout

07 Oct 19:34
Compare
Choose a tag to compare
v0.3.16

Added fetch-depth during actions/checkout