Skip to content

Instantly share code, notes, and snippets.

View pcoloc's full-sized avatar
:shipit:
squirrel mood

Paco López pcoloc

:shipit:
squirrel mood
View GitHub Profile
<resources>
<string name="settings" translatable="false">Ajustes</string>
<string name="next" translatable="false">Siguiente</string>
<string name="previous" translatable="false">Anterior</string>
<string name="skip" translatable="false">Saltar</string>
<string name="faq" translatable="false">FAQ</string>
<string name="mac_address" translatable="false">Dirección MAC:</string>
<string name="channel" translatable="false">Canal:</string>
@pcoloc
pcoloc / docker-maven-ghactions-release.md
Created November 23, 2021 15:26 — forked from faph/docker-maven-ghactions-release.md
Automated Docker releases using Maven and GitHub Actions

Automated Docker releases using Maven and GitHub Actions

Life is too short for tedious, manual release processes.

Here, we will use Maven's [Release plugin][maven-release] to execute releases. Instead of triggering the release process manually, we will use a [GitHub Actions][gh-actions] workflow on the master branch. All development work is done on the dev branch (or feature branches) and a release is done when (and only when) the dev branch is merged with the master branch.