Skip to content

Releases: wordpress-mobile/release-toolkit

0.1.7

22 Feb 14:56
15d49e2
Compare
Choose a tag to compare
  • Adds validation for .pot files
  • Remove the SetBranchProtection action that's not used anymore

0.1.6

24 Jan 09:30
cfcda6e
Compare
Choose a tag to compare
  • Add an action to auto update the .pot files for the Android apps.

0.1.5

08 Jan 10:16
7fcf0cf
Compare
Choose a tag to compare
  • Fix an issue with a missing dependency
  • Fix an issue where some locales where not downloaded properly in the download_metadata action

0.1.4

04 Jan 18:04
3d4b235
Compare
Choose a tag to compare

This release adds the android-localise action.

0.1.3

17 Dec 18:17
Compare
Choose a tag to compare

This release contains improvement to configuration validation:

  • It no longer prompts a user about overwriting a file that hasn't changed.
  • It now prompts the user to backup files before overwriting. The prompt will contain a diff of the changes. These backups will use a .bak extension, so they can be easily added to .gitignore.
  • The .configure file can now optionally provide a file_dependencies list. Any files on the list will be checked for changes before warning about an out-of-date .configure file. Directories can also be specified in the list – their contents will be checked against the .configure file pinned hash.
  • Running configure_update will now apply the configuration changes, rather than just pulling them down from the remote repo.

0.1.2

23 Nov 19:42
944d435
Compare
Choose a tag to compare

Adds better error messaging for some common cases.