Skip to content

Releases: PabloRMira/easyrelease

Release version 0.3.0

27 Mar 00:08
4ce5e4f
Compare
Choose a tag to compare

🎉 Bugfixes:

  • [FIX] Missing keyword git_url in settings.ini template (#40)

🚀 New features:

  • [FEA] Add functionality for multiple tags in same commit (#42)

Release version 0.2.5

25 Mar 21:05
748e0f0
Compare
Choose a tag to compare

🎉 Bugfixes:

  • [FIX] Error when using easyrelease-init package (#38)

Release version 0.2.4

12 Feb 22:57
3ca740a
Compare
Choose a tag to compare

🎉 Bugfixes:

  • [FIX] build-conda-package not working bug (#34)
  • [FIX] .gh-release-config.yaml not written properly (#31)

💡 Documentation:

  • [DOC] Correct wrong conda installation hint
  • [DOC] Adjust package release workflow

Release version 0.2.3

24 Jan 23:13
cb96e86
Compare
Choose a tag to compare

🎉 Bugfixes:

  • [FIX] easyrelease-init package not working (#29)

Release version 0.2.2

24 Jan 22:05
Compare
Choose a tag to compare

🎉 Bugfixes:

  • [FIX] Missing requirement twine (#27)

Release version 0.2.1

24 Jan 21:31
87a37fd
Compare
Choose a tag to compare

🎉 Bugfixes:

  • [FIX] conda-build with option --build-only does not output package to project folder (#22)

💡 Documentation:

  • [DOC] Add documentation (#26)

Release version 0.2.0

24 Jan 00:48
Compare
Choose a tag to compare

🚀 New features:

  • [FEA] Run pytests or nbdev_test_nbs before GitHub release, pypi publishing or conda build
  • [FEA] Add functions to build package and publish to pypi (#14)
  • [FEA] Add tools to for conda packaging and anaconda upload (#8)
  • [FEA] Add templates and CLI to setup project (#5)
  • [FEA] Add function to update gitignore (#4)

💡 Documentation:

  • [DOC] Document package usage

🛠️ Refactoring / Maintenance:

  • [MNT] Reduce dependency on fastcore (#15)
  • [MNT] Robustify ini templates and enhanced gh-release-config (#12)
  • [MNT] Shutdown CI because not working with conda (#10)

Release version 0.1.0

16 Jan 21:43
Compare
Choose a tag to compare

New features:

  • [FEA] Add API for GitHub releases out of commit messages (#3)

Documentation:

  • [DOC] Add first docs #1