Skip to content

Commit 39bcede

Browse files
authored
Merge pull request #19 from dnnsoftware/document-release
Documents the release process
2 parents 337111a + 521adad commit 39bcede

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# DNN Language Pack for (FR-FR)
22

3+
## Release management
4+
All pull requests should be merged into the develop branch.
5+
6+
When the language pack is ready for a new version:
7+
- Create a branch called `release/x.x.x` where x.x.x is the version of the release (DNN version)
8+
- Wait a few minutes and you should see a new commit on that branch that updates the manifest automatically with the version taken from that branch.
9+
- When that commit is in, create a pull request from `release/x.x.x` that targets `master`, this will automate the packaging and publish the release.
10+
- Optionally another pull request can be created from `release/x.x.x` targetting `develop` in order to also update the latest published version on the develop branch
11+
12+
## Standardization
13+
314
Some words in english have multiple possible french translations, for that reason we keep here a table of the preferred (when it makes sense) translation for some of these common words so we have some sort of familiar wording across the whole language pack.
415

516
| English | French |

0 commit comments

Comments
 (0)