babarot / afx

📦 Package manager for CLI
https://babarot.me/afx/
MIT License
150 stars 6 forks source link

Update state logic #23

Closed babarot closed 2 years ago

babarot commented 2 years ago

WHAT

WHY

Currently in state file, each state name is same as pkg name. But if using pkg.name as state.name, it may be problem:

this operation will be regarded as adding new package and removing that package.

so we need fixed string not depending on pkg.name

github-actions[bot] commented 2 years ago

This PR will update b4b4r07/afx from v0.1.10 to v0.1.11 :rocket:

Changes: https://github.com/b4b4r07/afx/compare/v0.1.10...feature/state

If this update isn't as you expected, you may want to change or remove the release label.

github-actions[bot] commented 2 years ago

The new version v0.1.11 has been released :tada:

Changes: https://github.com/b4b4r07/afx/compare/v0.1.10...v0.1.11