Liquibase update-to-tag not updating tag against chagneset

I am using Liquibase pro 4.17 version. I am facing issue while generating tags using update-to-tag command.

Command Executed: -
liquibase --changelog-file=example-changelog.xml update-to-tag myTag

myTag is not reflecting in databasechangelog table.

Please help and let me know anythingelse needs to be executed from my side.

The update-to-tag command assumes you have a tagDatabase change-type defined in your changelogs.

I ran a test using v4.17.2 Community. All changes up to and including the tag were applied as expected to my database.