You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the last release was on Aug 3 and there were a lot of new features integrated since then. We currently use pip install with git commit but something went wrong and it stopped working for us. See mozilla/translations#292
@jelmervdl would it be possible to release the last changes and maybe configure an automation to release fixes more often?
The text was updated successfully, but these errors were encountered:
I'll set up the same thing I did on OpusTrainer where releasing a new version is just pushing a tag. That should make it way easier to just push a release every time a feature or bugfix is merged.
Ayy, sorry, I had forgotten about doing the actual release. It's now available as v0.4.0.
For future reference: tagging a commit with vX.Y.Z and then publishing a release will be sufficient to push a new release to Pypi. It will now even automatically fill in the __about__.py file since that was one step I always forgot to do manually.
I see that the last release was on Aug 3 and there were a lot of new features integrated since then. We currently use pip install with git commit but something went wrong and it stopped working for us. See mozilla/translations#292
@jelmervdl would it be possible to release the last changes and maybe configure an automation to release fixes more often?
The text was updated successfully, but these errors were encountered: