Host OS osx and apt_get in step.yml

In this step: git-commit-changelog 1.0.3 by johsoe 路 Pull Request #1046 路 bitrise-io/bitrise-steplib 路 GitHub
there is a

host_os_tags:

  • osx-10.10

and

apt_get:

  • name: git

at the same time. Apt-get does not seem to be available on the macOS stacks.
Is it somehow intentional?

BTW that step seems to be compatible with all the stacks so there should not be probably any host_os_tags.

Correct. Host tags right now are not used and completely ignored by the CLI.

Apt get / brew deps are handled automatically, based on the actual host, does not depend on the host tags. On Linux the CLI uses the apt get deps, and on macOS the brew deps.

If you develop a step feel free to ignore the host tags. We might add meaning to it later, or remove it completely, not decided yet.