fix: add compose.yml before commiting with recipe release; reset parts of tag according to semver when releasing #106

Merged
decentral1se merged 1 commits from knoflook/abra:recipe-release into main 2021-10-05 14:58:37 +00:00
Owner

some small changes here and there. Now abra shouldn't freak out when tagging and it adds compose.yml before commiting it!

some small changes here and there. Now abra shouldn't freak out when tagging and it adds compose.yml before commiting it!
@@ -118,6 +119,12 @@ or a rollback of an app.
}
survey.AskOne(prompt, &CommitMessage)
}
_, err = commitWorktree.Add("compose.yml")
Owner

You might want to glob for compose.**.yml here since the recipes can have multiple compose files?

You might want to glob for `compose.**.yml` here since the recipes can have multiple compose files?
Author
Owner

yess, I'm also a bit worried about annotated vs unannotated tags because the stupid git library allows listing either one or the other and uses different return formats for them (https://pkg.go.dev/github.com/go-git/go-git/v5#Repository.TagObjects and https://pkg.go.dev/github.com/go-git/go-git/v5#Repository.Tags)

yess, I'm also a bit worried about annotated vs unannotated tags because the stupid git library allows listing either one or the other and uses different return formats for them (https://pkg.go.dev/github.com/go-git/go-git/v5#Repository.TagObjects and https://pkg.go.dev/github.com/go-git/go-git/v5#Repository.Tags)
knoflook marked this conversation as resolved
knoflook force-pushed recipe-release from f2842882d6 to 2b3870d61a 2021-10-05 14:34:04 +00:00 Compare
knoflook force-pushed recipe-release from 2b3870d61a to 3f91989511 2021-10-05 14:35:28 +00:00 Compare
knoflook force-pushed recipe-release from 3f91989511 to 1cb5e3509d 2021-10-05 14:36:21 +00:00 Compare
decentral1se merged commit 1cb5e3509d into main 2021-10-05 14:58:37 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#106