snowplow-incubator / snowplow-micro

Standalone application to automate testing of trackers
Other
47 stars 15 forks source link

Release 1.4.0 #131

Closed stanch closed 1 year ago

istreeter commented 1 year ago

If you look at the git history, we normally name commits like (close #129) not just (#129). If you care about consistency, you could rebase the branch and rename the commits. Give me a shout if you want help with that.

Otherwise I think the release looks good, as long as @greg-el is happy with it too.

stanch commented 1 year ago

If you look at the git history, we normally name commits like (close #129) not just (#129). If you care about consistency, you could rebase the branch and rename the commits.

That’s because I did not create the corresponding issues, so #129 and #130 are PR numbers. Sorry!

--print changing the format of the output to TSV may feel natural for them

I suspect there is a misunderstanding of what the option does (which I promise will be explained in the announcement and the docs in due time!) It does not change the format at all!

With this in mind, I don’t think --tsv-events or --tsv are accurate, as they don’t convey that an additional action is happening. However, I can be convinced to change --print to --output-enriched-tsv or something like that, if you prefer.

greg-el commented 1 year ago

Ah, I see where my misunderstanding came from. As discussed on slack, --output-tsv seems like a decent name.